- 04 Dec, 2022 2 commits
- 03 Dec, 2022 28 commits
-
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Add macOS (Darwin) installation defaults
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
[CLIP interrogator] use local file, if available
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
add support for adding upscalers in extensions move LDSR, ScuNET and SwinIR to built-in extensions
-
AUTOMATIC authored
-
AUTOMATIC authored
-
brkirch authored
Adds an addition file to read environment variables from when the webui.sh is run from macOS.
-
AUTOMATIC1111 authored
fix #3451 scripts ignores file format settings for grids
-
AUTOMATIC1111 authored
Fix issue with 16xx cards
-
AUTOMATIC1111 authored
Slightly improve page scroll jumping with focus
-
AUTOMATIC1111 authored
Fixed incorrect negative prompt text in infotext
-
AUTOMATIC1111 authored
Fixes #4137 caused by race condition in training when VAE is unloaded
-
AUTOMATIC1111 authored
-
AUTOMATIC1111 authored
add `--gradio-inpaint-tool` and option to specify `color-sketch`
-
AUTOMATIC1111 authored
Use devices.autocast() and fix MPS randn issues
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Fix clip skip of 1 not being restored from prompts
-
AUTOMATIC1111 authored
fix typo
-
AUTOMATIC1111 authored
Fixed AttributeError where openaimodel is not found
-
AUTOMATIC1111 authored
Fix divide by 0 error
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Make VAE step sequential to prevent VRAM spikes, will fix #3059, #2082, #2561, #3462
-
AUTOMATIC1111 authored
Fixed safety checker for ckpt files written with pytorch >=1.13
-
- 02 Dec, 2022 4 commits
-
-
PhytoEpidemic authored
Fix of the edge case 0 weight that occasionally will pop up in some specific situations. This was crashing the script.
-
SmirkingFace authored
-
jcowens authored
-
SmirkingFace authored
-
- 01 Dec, 2022 3 commits
-
-
space-nuko authored
-
brkirch authored
Even though -f enables running webui.sh as root, the -f flag will also be passed to launch.py, causing it to exit with a usage message. This adds a line to launch.py to remove the -f flag if present. In addition to the above, all the letters in the command line arguments after each '-' were being processed for 'f' and "illegal option" was displayed for each letter that didn't match. Instead, this commit silences those errors and stops processing if the first flag doesn't start with '-f'.
-
brkirch authored
-
- 30 Nov, 2022 3 commits