2023-01-14 12:11:06 -05:00
2023-01-14 11:12:31 -05:00
2023-01-05 16:58:00 -05:00
2023-01-08 13:20:44 -05:00
2023-01-06 12:15:25 -05:00
2023-01-14 12:11:06 -05:00
2023-01-06 11:37:56 -05:00
2023-01-08 13:20:44 -05:00
2023-01-06 12:15:25 -05:00
2023-01-06 12:15:25 -05:00
2023-01-11 15:15:30 -05:00
2023-01-13 08:29:53 -05:00
2023-01-14 12:02:30 -05:00
2023-01-14 12:10:52 -05:00
2022-10-18 18:11:20 +03:00
2023-01-14 11:12:31 -05:00
2023-01-14 11:38:37 -05:00
2023-01-14 11:38:37 -05:00
2023-01-14 11:50:27 -05:00
2023-01-14 11:12:31 -05:00
2023-01-11 13:48:56 -05:00
2023-01-07 11:10:44 -05:00
2023-01-12 14:06:05 -05:00
2023-01-14 11:12:31 -05:00
2023-01-11 12:27:14 -05:00
2023-01-12 11:45:09 -05:00
2023-01-09 08:02:38 -05:00
2023-01-14 09:56:59 +03:00

Stable Diffusion - Automatic

Heavily opinionated custom fork of https://github.com/AUTOMATIC1111/stable-diffusion-webui


Notes

Fork is as close as up-to-date with origin as time allows
All code changes are merged upstream whenever possible

Fork does differ in few things:

  • Different start script

    ./automatic.sh

  • Drops compatibility with python 3.7 and requires 3.10
  • If you're using PyTorch 2.0 models will be auto-compiled and optimized on load
    Using max-tune
  • Updated Python libraries to latest known compatible versions
    e.g. accelerate, transformers, numpy, etc.
  • Includes opinionated System and Options configuration
    e.g. samplers, upscalers, etc.
  • Includes reskinned UI
    Black and orange dark theme with fixed width options panels and larger previews
  • Includes SD2 configuration files
  • Ships with additional extensions
    e.g. System Info
  • Uses simplified folder structure
    e.g. /train, /outputs/*
  • Modified training templates

Only Python library which is not auto-updated is PyTorch itself as that is very system specific
I'm currently using PyTorch 2.0-nightly compiled with CUDA 11.8 and with Triton optimizations:

pip3 install --pre torch torchvision torchaudio torchtriton --extra-index-url https://download.pytorch.org/whl/nightly/cu118 --force pip show torch
2.0.0.dev20230113+cu118


Docs

Everything is in Wiki
Except my current TODO

S
Description
Opinionated fork/implementation of Stable Diffusion
Readme 118 MiB
Languages
Python 94%
CSS 3.1%
TypeScript 2.4%
JavaScript 0.4%