Diffusers
Safetensors
PixCellControlNetPipeline
AlexGraikos commited on
Commit
62b8f7f
·
verified ·
1 Parent(s): 34ca63a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -2,6 +2,13 @@
2
  license: apache-2.0
3
  ---
4
 
 
 
 
 
 
 
 
5
  ### Load PixCell-256-Cell-ControlNet model
6
 
7
  ```python
 
2
  license: apache-2.0
3
  ---
4
 
5
+ <img src="pixcell_256_cell_controlnet_banner.png" alt="pixcell_256_cell_controlnet_banner" width="500"/>
6
+
7
+ # PixCell: A generative foundation model for digital histopathology images
8
+
9
+ [[🔬 PixCell-1024]](https://huggingface.co/StonyBrook-CVLab/PixCell-1024) [[🔬 PixCell-256]](https://huggingface.co/StonyBrook-CVLab/PixCell-256) [[🔬 Pixcell-256-Cell-ControlNet]](https://huggingface.co/StonyBrook-CVLab/PixCell-256-Cell-ControlNet) [[💾 Synthetic SBU-1M]](https://huggingface.co/datasets/StonyBrook-CVLab/Synthetic-SBU-1M)
10
+
11
+
12
  ### Load PixCell-256-Cell-ControlNet model
13
 
14
  ```python