- 27 Nov, 2022 15 commits
-
-
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 2 commits
-
-
brkirch authored
Fix typo "MasOS" -> "macOS" If MPS is available and PyTorch is an earlier version than 1.13: * Monkey patch torch.Tensor.to to ensure all tensors sent to MPS are contiguous * Monkey patch torch.nn.functional.layer_norm to ensure input tensor is contiguous (required for this program to work with MPS on unmodified PyTorch 1.12.1)
-
flamelaw authored
-
- 20 Nov, 2022 4 commits
-
-
Liam authored
-
AUTOMATIC1111 authored
Enable override_settings to take effect for hypernetworks
-
AUTOMATIC authored
-
flamelaw authored
-