Skip to content

noskill/diffusers-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

diffusers-ui

gui for stable diffusion from diffusers library

install

just install dependancies with
pip install -r requirements.txt

then run python3 app.py

pip install -r requirements.txt

models.yaml can contain path to locally downloaded model or just a model id from huggingface

models:
  - name: stabilityai/stable-diffusion-2-1
    path: /home/imgen/models/stable-diffusion-2-1  # local path - model won't be downloaded to cache
  - name: runwayml/stable-diffusion-v1-5

image