Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinomakoi/sd-dreamer
Qt based Linux/Windows GUI for Stable Diffusion
https://github.com/shinomakoi/sd-dreamer
python qt stable-diffusion stablediffusion
Last synced: 3 months ago
JSON representation
Qt based Linux/Windows GUI for Stable Diffusion
- Host: GitHub
- URL: https://github.com/shinomakoi/sd-dreamer
- Owner: shinomakoi
- License: gpl-3.0
- Created: 2022-08-26T01:14:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T02:13:09.000Z (over 2 years ago)
- Last Synced: 2023-04-15T20:22:52.598Z (almost 2 years ago)
- Topics: python, qt, stable-diffusion, stablediffusion
- Language: Python
- Homepage:
- Size: 5.31 MB
- Stars: 31
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sd-dreamer
Qt based Linux/Windows/Mac GUI for Stable Diffusion (Invoke-AI 2.0)Features txt2img, img2img, inpainting, paint app for img2img, upscaling, textual inversion embedding, k-diffusion samplers and more.
Note: the current version is designed to work with the Invoke-AI repo only. The old version is in the 'old-generic' branch.
- Have a working Stable Diffusion install from the Invoke-Ai repo (https://github.com/invoke-ai/stable-diffusion)
- IMPORTANT: Place the SD Dreamer folder in the base of your Invoke-AI folder (e.g. in 'InvokeAI' folder), so to launch, for example - 'python InvokeAI\sd-dreamer-main\main.py'
- Run 'conda activate ' or whatever your SD conda environment is (in Windows, from inside the Anaconda/Miniconda prompt)
- Run 'pip install -r requirements.txt' to install dependencies
- Run 'python main.py' to start the app (inside the SD Dreamer folder)- LatentSR requires download of https://ommer-lab.com/files/latent-diffusion/sr_bsr.zip - put the model.ckpt file from sr_bsr.zip in the models/ldm/bsr_sr/ folder. Probably bugged currently with the invoke-ai environment.
- For external upscaling with ESRGAN, you can download models (.pth) and place them in the 'ESRGAN/models' folder. There's a large selection here: https://upscale.wiki/wiki/Model_Database
- ESRGAN and LatentSR upscales are in 'outputs/sd_dreamer/upscales' folder
![sdd9](https://user-images.githubusercontent.com/112139428/191869406-b37a0c84-991d-46ac-8c8c-93b5575e975b.png)Credit to stability.ai/CompVis et al for Stable Diffusion, Invoke-ai, jquesnelle, richservo, joeyballentine and anons