Create README.md
Browse files
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 |
+
```
|