Skip to content

croquelois/sd-croq

Repository files navigation

stable diffusion my UI

capture

flask (backend python) + svelte (frontend javascript)

it take a lot of code and inspiration from:

but I was sick of working with gradio, also take a bit of pieces from other repo I forgot... look at my Frankenstein's Monster:

Frankenstein

no not the picture above, but the code in this repo !

Backend

  • install the original https://github.com/CompVis/stable-diffusion
  • activate it in anaconda
  • call launch.py
  • install the missing stuff via pip (flask, flask_cors, perhaps some other stuff)
  • once everything is installed you can launch with sd-croq.cmd or python main.py

Front end

  • go in 'ui/'
  • do 'npm install'
  • do 'npm run dev'

!!! Work in progress !!!

this stuff broke all the time, I'm tinkering

laughing mad man

Tabulation

  • txt2img: you enter a prompt (with all the power of Automatic1111: negative, weighted, etc...)
  • img2img: you enter a prompt and an image
  • interpolation: create video of interpolated prompt (between seed and prompt)
  • canvas: it's a bit a wild experimental place here, don't go inside this madness
  • lab: fix faces, upscale, img2txt
  • history: save your favorites creation and all their parameters

Interpolation

interpolation tab

History

history

Architecture diagram

because I know you'll like some explanations

architecture

Reddit

follow me on reddit for incredibles images ! https://www.reddit.com/user/croquelois/

About

stable diffusion my UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors