Instructions to use diffusers/controlnet-depth-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-depth-sdxl-1.0-small with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("diffusers/controlnet-depth-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
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ prompt: donald trump, serious look, cigar in the mouth, 70mm, film still, head s
|
|
| 19 |

|
| 20 |
|
| 21 |
prompt: spiderman lecture, photorealistic
|
| 22 |
-
](./hf_logo_small.png)
|
|
|
|
| 19 |

|
| 20 |
|
| 21 |
prompt: spiderman lecture, photorealistic
|
| 22 |
+

|
| 23 |
|
| 24 |
prompt: aerial view, a futuristic research complex in a bright foggy jungle, hard lighting
|
| 25 |

|