Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shinomakoi/snugqt
A Qt frontend for image generation that uses ComfyUI
https://github.com/shinomakoi/snugqt
comfyui image-generation qt stable-diffusion
Last synced: 3 months ago
JSON representation
A Qt frontend for image generation that uses ComfyUI
- Host: GitHub
- URL: https://github.com/shinomakoi/snugqt
- Owner: shinomakoi
- License: apache-2.0
- Created: 2023-08-07T12:55:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-23T14:06:02.000Z (over 1 year ago)
- Last Synced: 2023-08-23T15:51:09.853Z (over 1 year ago)
- Topics: comfyui, image-generation, qt, stable-diffusion
- Language: Python
- Homepage:
- Size: 137 KB
- Stars: 20
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SnugQt
A Qt frontend for image generation that uses ComfyUISupports Windows, Linux and Mac(?)
**Features:**
- Supports SD 1.x, SD 2.x, SDXL, SDXL Refiner
- txt2img, img2img, hires fix
- Inpainting
- Outpainting
- Loras
- Upscaling
- Prompt styles
- Controlnet**Installation:**
First make sure Python (3.10+ recommended) and GIT are installed. Then:
```
git clone https://github.com/shinomakoi/SnugQt
cd SnugQt
```
Optionally create a virtual environment (recommended)```
python -m venv .venv
source ./.venv/bin/activate ### For Linux
.\.venv\Scripts\activate ## For Windows
```
```
pip install -r requirements.txt
```
You can update to latest version with: `git pull`**Usage:**
Make sure you have launched ComfyUI first, then to launch SnugQt run:
```
python main.py
```
You can change settings in File > Settings. Make sure to set the path to the 'ComfyUI/models' folder (click the ... button to select).
Images are saved in the ComfyUI/ouput/SnugQt folder.![image](https://github.com/shinomakoi/SnugQt/assets/112139428/e698d499-9014-47f6-acac-a4eaba0a10fe)