aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_models.py
AgeCommit message (Collapse)Author
2023-08-08Merge branch 'dev' into refinerAUTOMATIC1111
2023-08-07apply unet overrides after switching modelAUTOMATIC1111
2023-08-07SD VAE rework 2AUTOMATIC1111
- the setting for preferring opts.sd_vae has been inverted and reworded - resolve_vae function made easier to read and now returns an object rather than a tuple - if the checkbox for overriding per-model preferences is checked, opts.sd_vae overrides checkpoint user metadata - changing VAE in user metadata for currently loaded model immediately applies the selection
2023-08-06initial refiner supportAUTOMATIC1111
2023-08-05Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111
2023-08-05Merge pull request #12181 from AUTOMATIC1111/hires_checkpointAUTOMATIC1111
Hires fix change checkpoint
2023-08-04fix: prevent cache model.state_dict() after model hijackAnyISalIn
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
2023-08-03add style editor dialogAUTOMATIC1111
rework toprow for img2img and txt2img to use a class with fields fix the console error when editing checkpoint user metadata
2023-08-01repair merge errorAUTOMATIC1111
2023-08-01Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111
2023-08-01add metadata to checkpoint mergerAUTOMATIC1111
2023-08-01show metadata for SD checkpoints in the extra networks UIAUTOMATIC1111
2023-08-01option to keep multiple models in memoryAUTOMATIC1111
2023-07-31additional memory improvements when switching between models of different typesAUTOMATIC1111
2023-07-30hires fix checkpoint selectionAUTOMATIC1111
2023-07-24Use less RAM when creating modelsAUTOMATIC1111
2023-07-18fix the issue with /sdapi/v1/options failing (this time for sure!)AUTOMATIC1111
fix automated tests downloading CLIP model
2023-07-18Add support for `--upcast-sampling` with SD XLbrkirch
2023-07-17hide cards for networks of incompatible stable diffusion version in Lora ↵AUTOMATIC1111
extra networks interface
2023-07-14linterAUTOMATIC1111
2023-07-14initial SDXL refiner supportAUTOMATIC1111
2023-07-13add support for SDXL loras with te1/te2 modulesAUTOMATIC1111
2023-07-13repair --no-half for SDXLAUTOMATIC1111
2023-07-12SDXL supportAUTOMATIC1111
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111
2023-07-08Fix typo: checkpoint_alisasesAarni Koskela
2023-07-08added torch.mps.empty_cache() to torch_gc()AUTOMATIC1111
changed a bunch of places that use torch.cuda.empty_cache() to use torch_gc() instead
2023-06-27send tensors to the correct device when loading from safetensors file with ↵AUTOMATIC
memmap disabled for #11260
2023-06-27Merge pull request #11260 from dhwz/devAUTOMATIC1111
fix very slow loading speed of .safetensors files
2023-06-16fix very slow loading speed of .safetensors filesdhwz
2023-06-13Use os.makedirs(..., exist_ok=True)Aarni Koskela
2023-06-01assign devices.dtype early because it's needed before the model is loadedAUTOMATIC
2023-05-27Merge pull request #10739 from linkoid/fix-ui-debug-mode-exitAUTOMATIC1111
Fix --ui-debug-mode exit
2023-05-27custom unet supportAUTOMATIC
2023-05-26Show full traceback in get_sd_model()linkoid
to reveal if an error is caused by an extension
2023-05-26Remove exit() from select_checkpoint()linkoid
Raising a FileNotFoundError instead.
2023-05-22option to pad prompt/neg prompt to be same lengthAUTOMATIC
2023-05-19Deduplicate webui.py initial-load/reload codeAarni Koskela
2023-05-18if sd_model is None, do not always try to load itAUTOMATIC
2023-05-17move some settings to the new Optimization pageAUTOMATIC
add slider for token merging for img2img rework StableDiffusionProcessing to have the token_merging_ratio field fix a bug with applying png optimizations for live previews when they shouldn't be applied
2023-05-17Merge pull request #10451 from dennissheng/masterAUTOMATIC1111
not clear checkpoints cache when config changes
2023-05-17not clear checkpoints cache when config changesdennissheng
2023-05-14fix model loading twice in some situationsAUTOMATIC
2023-05-13heavily simplifypapuSpartan
2023-05-11Merge branch 'dev' of ↵papuSpartan
https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela
2023-05-10F401 fixes for ruffAUTOMATIC
2023-05-10imports cleanup for ruffAUTOMATIC
2023-05-10autofixes from ruffAUTOMATIC
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela