GitXplorerGitXplorer
s

powerpaint-for-windows

public
6 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
88e024b8b9680ba7dfcc2118d693662355c3f9e9

update

ssdbds committed a year ago
Unverified
20bb2f1865005db1f07ef300b57af754ae890546

fix load for safetensors

ssdbds committed a year ago
Unverified
42f2c008b44d8ecb991a3003b3bd35395141d75b

add install script

ssdbds committed a year ago
Verified
c6a0f05c8eb11fe4dd1071f46fbe109df58fb990

init

ssdbds committed a year ago

README

The README file for this repository.

A Task is Worth One Word: Learning with Task Prompts for High-Quality Versatile Image Inpainting

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.

Stronger Model Weights Coming Soon!

Getting Started

# Clone the Repository
git clone https://github.com/open-mmlab/mmagic.git

# Navigate to the Repository
cd projects/powerpaint

# Create Virtual Environment with Conda
conda create --name PowerPaint python=3.9
conda activate PowerPaint

# Install Dependencies
pip install -r requirements.txt

# Create Models Folder
mkdir models

# Set up Git LFS
git lfs install

# Clone PowerPaint Model
git lfs clone https://huggingface.co/JunhaoZhuang/PowerPaint-v1/ ./models

Run PowerPaint

To run PowerPaint, execute the following command:

python gradio_PowerPaint.py

This command will launch the Gradio interface for PowerPaint.

Feel free to explore and create stunning images with PowerPaint!

BibTeX

@misc{zhuang2023task,
      title={A Task is Worth One Word: Learning with Task Prompts for High-Quality Versatile Image Inpainting},
      author={Junhao Zhuang and Yanhong Zeng and Wenran Liu and Chun Yuan and Kai Chen},
      year={2023},
      eprint={2312.03594},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}