Image-to-Image
Diffusers
Safetensors
stable-diffusion
stable-diffusion-diffusers
controlnet
jax-diffusers-event
Instructions to use MakiPan/controlnet-encoded-hands-130k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MakiPan/controlnet-encoded-hands-130k with Diffusers:
pip install -U diffusers transformers accelerate
from diffusers import ControlNetModel, StableDiffusionControlNetPipeline controlnet = ControlNetModel.from_pretrained("MakiPan/controlnet-encoded-hands-130k") pipe = StableDiffusionControlNetPipeline.from_pretrained( "runwayml/stable-diffusion-v1-5", controlnet=controlnet ) - Notebooks
- Google Colab
- Kaggle
fix tag
#1
by radames - opened
README.md
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
license: creativeml-openrail-m
|
| 4 |
base_model: runwayml/stable-diffusion-v1-5
|
| 5 |
tags:
|
| 6 |
- stable-diffusion
|
| 7 |
- stable-diffusion-diffusers
|
| 8 |
-
- text-to-image
|
| 9 |
- diffusers
|
| 10 |
- controlnet
|
| 11 |
- jax-diffusers-event
|
|
|
|
| 12 |
inference: true
|
| 13 |
---
|
| 14 |
|
|
@@ -19,5 +18,4 @@ These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new
|
|
| 19 |
prompt: a man in a colorful shirt giving a peace sign in front of a rallying crowd
|
| 20 |

|
| 21 |
prompt: a police officer signaling someone to stop in a park
|
| 22 |
-

|
| 23 |
-
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
base_model: runwayml/stable-diffusion-v1-5
|
| 4 |
tags:
|
| 5 |
- stable-diffusion
|
| 6 |
- stable-diffusion-diffusers
|
|
|
|
| 7 |
- diffusers
|
| 8 |
- controlnet
|
| 9 |
- jax-diffusers-event
|
| 10 |
+
- image-to-image
|
| 11 |
inference: true
|
| 12 |
---
|
| 13 |
|
|
|
|
| 18 |
prompt: a man in a colorful shirt giving a peace sign in front of a rallying crowd
|
| 19 |

|
| 20 |
prompt: a police officer signaling someone to stop in a park
|
| 21 |
+

|
|
|