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 hug_lab_grid.png
Browse files- .gitattributes +1 -0
- hug_lab_grid.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ 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
|
|
|
|
|
|
| 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
|
| 40 |
+
hug_lab_grid.png filter=lfs diff=lfs merge=lfs -text
|
hug_lab_grid.png
ADDED
|
Git LFS Details
|