aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_models.py
Commit message (Expand)AuthorAgeFilesLines
* fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-4/+4
* Removed lenght in sd_model at line 115linuxmobile ( リナックス )2022-12-241-3/+0
* Merge pull request #5627 from deanpress/patch-1AUTOMATIC11112022-12-241-0/+4
|\
| * fix: fallback model_checkpoint if it's emptyDean van Dugteren2022-12-111-0/+4
* | unconditionally set use_ema=False if value not specified (True never worked, ...MrCheeze2022-12-111-1/+3
* | fix support for 2.0 inpainting model while maintaining support for 1.5 inpain...MrCheeze2022-12-101-0/+1
|/
* Merge pull request #4841 from R-N/vae-fix-noneAUTOMATIC11112022-12-101-0/+2
|\
| * Merge branch 'a1111' into vae-fix-noneMuhammad Rizqi Nur2022-11-191-8/+2
| |\
| * | MiscMuhammad Rizqi Nur2022-11-191-0/+1
| * | Fix base VAE caching was done after loading VAE, also add safeguardMuhammad Rizqi Nur2022-11-191-0/+1
* | | Depth2img model supportJay Smith2022-12-091-0/+46
* | | make it possible to save nai model using safetensorsAUTOMATIC2022-11-281-2/+2
* | | add safetensors support for model merging #4869AUTOMATIC2022-11-271-11/+15
* | | add safetensors to requirementsAUTOMATIC2022-11-271-6/+5
* | | Merge pull request #4930 from Narsil/allow_to_load_safetensors_fileAUTOMATIC11112022-11-271-2/+9
|\ \ \
| * | | Supporting `*.safetensors` format.Nicolas Patry2022-11-211-2/+9
| |/ /
* | / no-half support for SD 2.0MrCheeze2022-11-261-0/+3
| |/ |/|
* | Remove no longer necessary parts and add vae_file safeguardMuhammad Rizqi Nur2022-11-191-8/+2
|/
* restore #4035 behaviorcluder2022-11-091-1/+1
* - do not use ckpt cache, if disabledcluder2022-11-091-10/+17
* fix one of previous merges breaking the programAUTOMATIC2022-11-041-0/+2
* Merge branch 'master' into fix-ckpt-cacheAUTOMATIC11112022-11-041-2/+3
|\
| * fix: loading models without vae from cachedigburn2022-11-041-2/+3
* | Merge branch 'master' into fix-ckpt-cacheMuhammad Rizqi Nur2022-11-021-18/+28
|\|
| * fix #3986 breaking --no-half-vaeAUTOMATIC2022-11-021-0/+9
| * Reload VAE without reloading sd checkpointMuhammad Rizqi Nur2022-11-021-8/+7
| * Merge branch 'master' into vae-pickerMuhammad Rizqi Nur2022-11-011-1/+13
| |\
| | * Unload sd_model before loading the otherJairo Correa2022-11-011-1/+13
| * | Checkpoint cache by combination key of checkpoint and vaeMuhammad Rizqi Nur2022-10-311-11/+16
| * | Settings to select VAEMuhammad Rizqi Nur2022-10-301-21/+10
| |/
* | Fix #4035 for real nowMuhammad Rizqi Nur2022-10-311-6/+7
* | Fix #4035Muhammad Rizqi Nur2022-10-311-1/+1
|/
* Merge pull request #3818 from jwatzman/masterAUTOMATIC11112022-10-291-4/+7
|\
| * Reduce peak memory usage when changing modelsJosh Watzman2022-10-271-4/+7
* | Natural sorting for dropdown checkpoint listAntonio2022-10-281-2/+5
|/
* call model_loaded_callback after setting shared.sd_model in case scripts refe...AUTOMATIC2022-10-221-1/+2
* fix aesthetic gradients doing nothing after loading a different modelMrCheeze2022-10-221-2/+2
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-2/+5
* loading SD VAE, see PR #3303AUTOMATIC2022-10-211-1/+4
* do not load aesthetic clip model until it's neededAUTOMATIC2022-10-211-3/+0
* Merge branch 'ae'AUTOMATIC2022-10-211-1/+4
|\
| * Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-191-3/+25
| |\
| * | ui fix, re organization of the codeMalumaDev2022-10-161-1/+4
* | | XY grid correctly re-assignes model when config changesrandom_thoughtss2022-10-201-3/+3
* | | Added PLMS hijack and made sure to always replace methodsrandom_thoughtss2022-10-201-2/+1
* | | Added support for RunwayML inpainting modelrandom_thoughtss2022-10-191-1/+15
* | | fix for broken checkpoint mergerAUTOMATIC2022-10-191-1/+4
| |/ |/|
* | more careful loading of model weights (eliminates some issues with checkpoint...AUTOMATIC2022-10-191-3/+25
|/
* Merge branch 'master' into ckpt-cacheAUTOMATIC11112022-10-151-3/+2
|\
| * rework the code for lowram a bitAUTOMATIC2022-10-141-10/+2