https://github.com/hansbug/sdriddles
Riddles for Stable Diffusion
https://github.com/hansbug/sdriddles
Last synced: 6 months ago
JSON representation
Riddles for Stable Diffusion
- Host: GitHub
- URL: https://github.com/hansbug/sdriddles
- Owner: HansBug
- License: apache-2.0
- Created: 2023-11-20T08:46:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T11:52:27.000Z (over 2 years ago)
- Last Synced: 2024-12-29T15:10:14.043Z (over 1 year ago)
- Language: Python
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdriddles
Riddles for Stable Diffusion
Install
```shell
pip install -r requirements.txt
make init
```
Set infer method
```shell
export INFER_METHOD=hcp_meinamix
```
Run
```shell
accelerate launch app.py
```