JunhaoZhuang
commited on
Commit
•
3d66a24
1
Parent(s):
5466711
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,30 @@
|
|
1 |
# A Task is Worth One Word: Learning with Task Prompts for High-Quality Versatile Image Inpainting
|
2 |
|
3 |
-
|
4 |
|
5 |
This README provides a step-by-step guide to download the repository, set up the required virtual environment named "PowerPaint" using conda, and run PowerPaint with or without ControlNet.
|
6 |
|
7 |
-
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
<img src='https://github.com/open-mmlab/mmagic/assets/12782558/acd01391-c73f-4997-aafd-0869aebcc915'/>
|
10 |
|
11 |
## Getting Started
|
12 |
|
13 |
```bash
|
14 |
# Clone the Repository
|
15 |
-
git clone https://github.com/
|
16 |
|
17 |
# Navigate to the Repository
|
18 |
cd projects/powerpaint
|
@@ -57,4 +69,4 @@ Feel free to explore and create stunning images with PowerPaint!
|
|
57 |
archivePrefix={arXiv},
|
58 |
primaryClass={cs.CV}
|
59 |
}
|
60 |
-
```
|
|
|
1 |
# A Task is Worth One Word: Learning with Task Prompts for High-Quality Versatile Image Inpainting
|
2 |
|
3 |
+
### [Project Page](https://powerpaint.github.io/) | [Paper](https://arxiv.org/abs/2312.03594) | [Online Demo(OpenXlab)](https://openxlab.org.cn/apps/detail/rangoliu/PowerPaint#basic-information)
|
4 |
|
5 |
This README provides a step-by-step guide to download the repository, set up the required virtual environment named "PowerPaint" using conda, and run PowerPaint with or without ControlNet.
|
6 |
|
7 |
+
## 🚀 News
|
8 |
|
9 |
+
**December 18, 2023**
|
10 |
+
|
11 |
+
*Enhanced PowerPaint Model*
|
12 |
+
|
13 |
+
- We are delighted to announce the release of more stable model weights. These refined weights can now be accessed on [Hugging Face](https://huggingface.co/JunhaoZhuang/PowerPaint-v1/tree/main). The `gradio_PowerPaint.py` file and [Online Demo](https://openxlab.org.cn/apps/detail/rangoliu/PowerPaint) have also been updated as part of this release.
|
14 |
+
|
15 |
+
|
16 |
+
## Next
|
17 |
+
|
18 |
+
**Stronger Model Weights Coming Soon!**
|
19 |
+
|
20 |
+
________________
|
21 |
<img src='https://github.com/open-mmlab/mmagic/assets/12782558/acd01391-c73f-4997-aafd-0869aebcc915'/>
|
22 |
|
23 |
## Getting Started
|
24 |
|
25 |
```bash
|
26 |
# Clone the Repository
|
27 |
+
git clone https://github.com/zhuang2002/PowerPaint.git
|
28 |
|
29 |
# Navigate to the Repository
|
30 |
cd projects/powerpaint
|
|
|
69 |
archivePrefix={arXiv},
|
70 |
primaryClass={cs.CV}
|
71 |
}
|
72 |
+
```
|