Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: π
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: blue
|
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
- jax-diffusers-event
|
| 14 |
---
|
| 15 |
|
| 16 |
-
#
|
| 17 |
### Controlnet
|
| 18 |
### Inpainting
|
| 19 |
### Stable diffusion
|
|
@@ -26,6 +26,10 @@ Support skeletal character generation and sketch generation.
|
|
| 26 |
|
| 27 |
Optimize an inpaint model for the general domain against the stablediffusion-inpaint model.
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
### Two modes, openpose control and manuscript control
|
| 30 |
#### openpose control
|
| 31 |
Add character skeletons to a forest scene generated by SD, and keep the background unchanged to generate controllable characters
|
|
|
|
| 1 |
---
|
| 2 |
+
title: ControlnetOverMask
|
| 3 |
emoji: π
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: blue
|
|
|
|
| 13 |
- jax-diffusers-event
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# ControlnetOverMask
|
| 17 |
### Controlnet
|
| 18 |
### Inpainting
|
| 19 |
### Stable diffusion
|
|
|
|
| 26 |
|
| 27 |
Optimize an inpaint model for the general domain against the stablediffusion-inpaint model.
|
| 28 |
|
| 29 |
+
models already upload huggingface model space.
|
| 30 |
+
- hirol/Any-inpainting
|
| 31 |
+
- hirol/control_any5_openpose
|
| 32 |
+
|
| 33 |
### Two modes, openpose control and manuscript control
|
| 34 |
#### openpose control
|
| 35 |
Add character skeletons to a forest scene generated by SD, and keep the background unchanged to generate controllable characters
|