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
Upload noob_sdxl_controlnet_depth.safetensors
Browse files
noob_sdxl_controlnet_depth.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fc780c1798d66df6c81aee596bf069229d101a4df066a660223e7ed9df8cd50
|
| 3 |
+
size 5004167832
|