flask (backend python) + svelte (frontend javascript)
it take a lot of code and inspiration from:
- the auto1111 fork https://github.com/AUTOMATIC1111/stable-diffusion-webui
- the hlky fork https://github.com/sd-webui/stable-diffusion-webui
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:
no not the picture above, but the code in this repo !
- 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.cmdorpython main.py
- go in 'ui/'
- do 'npm install'
- do 'npm run dev'
this stuff broke all the time, I'm tinkering
- 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
because I know you'll like some explanations
follow me on reddit for incredibles images ! https://www.reddit.com/user/croquelois/





