Instructions to use lllyasviel/sd-controlnet-openpose with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/sd-controlnet-openpose with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("lllyasviel/sd-controlnet-openpose") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
Commit ·
ae42e46
1
Parent(s): 7a2c385
Adding `safetensors` variant of this model (#3)
Browse files- Adding `safetensors` variant of this model (ab88c998a28a53f65365f0826ff0ec3142581d44)
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3ca16220ebd7220d37a67d68329b4290f2c72a854955fd35f84b97c85596e5b
|
| 3 |
+
size 1445157124
|