terbo / stable-diffusion-backend

Backend for my Stable diffusion project(s)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:TypeScript 74.1%Language:Python 25.9%