-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Pramit Choudhary edited this page Nov 8, 2022
·
6 revisions
- Linux
- Python 3.7+
- GPU Support
- Clone the repository:
git clone https://github.com/h2oai/wave-image-styler.git
- Download the models, install the requirements, and set up the environment with:
-
make setup -
Diffusion Model Registration:
- Create an account on Hugging Face (Helps keep track of the safe use of the model)
cd modelsgit clone https://huggingface.co/runwayml/stable-diffusion-v1-5
To run the app with active reload (automatically reload when changes are made):
make dev
Else, if active reload is not required:
make run