Instructions to use diffusers/controlnet-canny-sdxl-1.0-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use diffusers/controlnet-canny-sdxl-1.0-small with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-canny-sdxl-1.0-small") pipe = StableDiffusionControlNetPipeline.from_pretrained( "stabilityai/stable-diffusion-xl-base-1.0", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 4 files
Browse files- .gitattributes +4 -0
- cann-small-couple.png +3 -0
- cann-small-hf-ofice.png +3 -0
- cann-small-megatron.png +3 -0
- cann-small-woman.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
cann-small-couple.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
cann-small-hf-ofice.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
cann-small-megatron.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
cann-small-woman.png filter=lfs diff=lfs merge=lfs -text
|
cann-small-couple.png
ADDED
|
Git LFS Details
|
cann-small-hf-ofice.png
ADDED
|
Git LFS Details
|
cann-small-megatron.png
ADDED
|
Git LFS Details
|
cann-small-woman.png
ADDED
|
Git LFS Details
|