Instructions to use Eugeoter/noob-sdxl-controlnet-depth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Eugeoter/noob-sdxl-controlnet-depth with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("Eugeoter/noob-sdxl-controlnet-depth") pipe = StableDiffusionControlNetPipeline.from_pretrained( "Laxhar/sdxl_noob", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Initial commit
Browse files
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07217023bb2410d67fd2c0ed436f0dd19d6074e4c45c813269ea7aaf7aa52b67
|
| 3 |
+
size 5004167864
|