- 27 Nov, 2022 20 commits
-
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
Supporting `*.safetensors` format.
-
AUTOMATIC1111 authored
Remove cmd args requirement for deepdanbooru
-
AUTOMATIC1111 authored
Added a flag to run as root if needed
-
AUTOMATIC1111 authored
fix the model name error of Real-ESRGAN in the opts default value
-
AUTOMATIC1111 authored
add model_name pattern for saving
-
AUTOMATIC1111 authored
no-half support for SD 2.0
-
AUTOMATIC1111 authored
Fixed issue with selected_gallery_index()
-
AUTOMATIC1111 authored
#3449 - VRAM leak when switching to/from inpainting checkpoint
-
AUTOMATIC1111 authored
Fix setting device for GFPGAN and CodeFormer
-
AUTOMATIC1111 authored
Fixes for PyTorch 1.12.1 when using MPS
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC1111 authored
torch.cuda.empty_cache() defaults to cuda:0 device unless explicitly …
-
AUTOMATIC1111 authored
Add DPM++ SDE sampler
-
AUTOMATIC1111 authored
-
AUTOMATIC authored
-
AUTOMATIC authored
add an option to choose a different temporary directory in the UI add an option to cleanup the selected temporary directory at startup
-
- 26 Nov, 2022 8 commits
-
-
Matthew McGoogan authored
torch.cuda.empty_cache() defaults to cuda:0 device unless explicitly set otherwise first. Updating torch_gc() to use the device set by --device-id if specified to avoid OOM edge cases on multi-GPU systems.
-
MrCheeze authored
-
AUTOMATIC authored
-
flamelaw authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
AUTOMATIC authored
-
Jay Smith authored
-
- 25 Nov, 2022 1 commit
-
-
xucj98 authored
-
- 23 Nov, 2022 4 commits
-
-
Alex "mcmonkey" Goodwin authored
Probably redundant, considering the model name *is* a filename, but I suppose better safe than sorry.
-
Alex "mcmonkey" Goodwin authored
-
flamelaw authored
-
flamelaw authored
-
- 22 Nov, 2022 6 commits
- 21 Nov, 2022 1 commit
-
-
Nicolas Patry authored
If a model file exists with extension `.safetensors` then we can load it more safely than with PyTorch weights.
-