Sanster commited on
Commit
4104236
1 Parent(s): 7153d36

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ Model from: https://huggingface.co/JunhaoZhuang/PowerPaint-v1
2
+
3
+ Based on `runwayml/stable-diffusion-inpainting`, the unet has been replaced with PowerPaint's unet,
4
+ and the token embedding (P_ctxt, P_shape, P_obj) newly added by PowerPaint has been integrated into the text_encoder.
5
+
6
+ Download python file at [here](https://huggingface.co/Sanster/PowerPaint-V1-stable-diffusion-inpainting/tree/main), then run:
7
+
8
+ ```bash
9
+ python3 demo.py
10
+ ```