Home
Softono
sdupdates

sdupdates

Open source
503
Stars
20
Forks
0
Issues
71
Watchers
3 years
Last Commit

About sdupdates

A mega collection of all resources and news related to Stable Diffusion. Focused around AUTOMATIC1111's webui (

Platforms

Web Self-hosted

SD Updates (3)

->Only news here<- ->Find downloads and links here: https://rentry.org/sdgoldmine<- ->Old stuff here https://rentry.org/oldsdupdates<-

All rentry links are ended with a '.org' here and can be changed to a '.co'. Also, use incognito/private browsing when opening google links, else you lose your anonymity / someone may dox you

Contact

If you have information/files (e.g. embed) not on this list, have questions, or want to help, please contact me with details

Socials: Trip: questianon !!YbTGdICxQOw Discord: malt#6065 Reddit: u/questianon Github: https://github.com/questianon Twitter: https://twitter.com/questianon

!!! note Update instructions. If SD breaks go backward in commits until it starts working again Instructions:

  • If on Windows:
    1. navigate to the webui directory through command prompt or git bash a. Git bash: right click > git bash here b. Command prompt: click the spot in the "url" between the folder and the down arrow and type "command prompt". c. If you don't know how to do this, open command prompt, type "cd [path to stable-diffusion-webui]" (you can get this by right clicking the folder in the "url" or holding shift + right clicking the stable-diffusion-webui folder)
    2. git pull
    3. pip install -r requirements_versions.txt
  • If on Linux:
    1. go to the webui directory
    2. source ./venv/bin/activate a. if this doesn't work, run python -m venv venv beforehand
    3. git pull
    4. pip install -r requirements.txt
If AUTOMATIC1111's Github goes down, you can try checking his alt repo: https://gitgud.io/AUTOMATIC1111/stable-diffusion-webui

Note: If I don't update in a month, I probably decided to step away from documenting and keeping up with SD since it takes too much of my time. If that's the case, my final update will be cleaning up some stuff and doing one big final update. To keep up with news, you can use

Reddit (recommended since everything is filtered if you sort by top): https://www.reddit.com/r/StableDiffusion/ 4chan (look at the top comments to see if anything big was added, good if you want to be on top of things): https://boards.4channel.org/g/catalog#s=sdg SDCompendium (not too sure how good this site is, from a quick skim it seems pretty good and maintained. Has weekly(?) and monthly(?) news as well as a ton of other stuff): https://www.sdcompendium.com/

Thank you all for your support for this repo and the general development of SD, I really appreciate everyone who's contributed and hope you'll take SD to new heights.

4/11

3/23

3/2

3/1

2/26

2/23 (this and previous news wasn't posted because I forgot the edit code)

2/22

2/2

1/28

  • Stable Diffusion Accelerated API (SDA) released by SAIL: https://github.com/chavinlo/sda-node
  • Uses TensorRT to speed up generation speeds on NVIDIA cards
  • Generate a 512x512 @ 25 steps image in half a second
  • HTTP API
  • More schedulers from diffusers
  • Weighted prompts (ex.: "a cat :1.2 AND a dog AND a penguin :2.2")
  • More step counts from accelerated schedulers
  • Extended prompts (broken at the moment)
  • You can test it on their server before you download it: https://discord.gg/RWbpNGyN

1/23

11/26 to 12/12

  1. Download https://huggingface.co/stabilityai/stable-diffusion-2-depth (model) and place it in models/Stable-diffusion
  2. Download https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-midas-inference.yaml (config) and place it in the same folder as the checkpoint
  3. Rename the config to 512-depth-ema.yaml
  4. Start Stable-Diffusion-Webui,z select the 512-depth-ema checkpoint and use img2img as you normally would.

11/25+11/26