Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sooyeongho/stable-diffusion-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend for my Stable diffusion project(s)

Might be useful for others but at least it's useful for me.

  • Only supports txt2img right now.
  • Uses AUTOMATIC1111 but requires two custom scripts
    • Located in src/process/implementations/automatic1111_scripts

How to run

  • You need Node (Tested with 16.17.1) installed
  • in project root run:
  • npm install
  • npm start

About

Backend for my Stable diffusion project(s)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.1%
  • Python 24.9%