hirol commited on
Commit
c6b12cc
·
1 Parent(s): 20716cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -9,4 +9,19 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+
13
+ # ControlnetWithBackground
14
+ ### Controlnet
15
+ ### Inpainting
16
+ ### Stable diffusion
17
+
18
+ Use controlnet to generate sketches and characters, and keep the background unchanged.
19
+
20
+ Usually when we generate a very perfect background image, we want to add image elements, but using controlnet directly will affect the original background. This project aims to add elements to the page while keeping the background unchanged, and can directly operate on the original background.
21
+
22
+ Support skeletal character generation and sketch generation.
23
+
24
+ Optimize an inpaint model for the general domain against the stablediffusion-inpaint model.
25
+
26
+ ![model image](https://huggingface.co/spaces/hirol/ControlnetWithBackground/blob/main/house.png)
27
+