Instructions to use thibaud/controlnet-sd21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use thibaud/controlnet-sd21 with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("thibaud/controlnet-sd21") pipe = StableDiffusionControlNetPipeline.from_pretrained( "fill-in-base-model", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Upload zoedepth-sd21-safe.safetensors (#27)
Browse files- Upload zoedepth-sd21-safe.safetensors (8e78551f5677a38461adf5e1759b88c7fd7fe03d)
zoedepth-sd21-safe.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:090781c3dbe7369b699bdd345d9ef55fe5f16c246ce293aa5e819356245d7c2b
|
| 3 |
+
size 728494536
|