aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_vae.py
AgeCommit message (Expand)AuthorLines
2023-08-26is_automatic is missing () for callDaniel Dengler-1/+1
2023-08-22add --medvram-sdxlAUTOMATIC1111-2/+2
2023-08-20Change where VAE state are stored in modelUminosachi-1/+3
2023-08-19do not assign to vae_dictAUTOMATIC1111-2/+1
2023-08-15Use the new SD VAE override settingbrkirch-1/+1
2023-08-10fix: Properly return None when VAE hash is Nonecatboxanon-1/+3
2023-08-10add VAE to infotextAUTOMATIC1111-1/+15
2023-08-09split shared.py into multiple files; should resolve all circular reference im...AUTOMATIC1111-3/+2
2023-08-07SD VAE rework 2AUTOMATIC1111-16/+55
2023-08-04added VAE selection to checkpoint user metadataAUTOMATIC1111-1/+12
2023-08-04sort VAEw-e-w-0/+3
2023-05-14Merge branch 'dev' into find_vaeAUTOMATIC1111-3/+0
2023-05-11Update sd_vae.pySakura-Luna-3/+2
2023-05-10imports cleanup for ruffAUTOMATIC-3/+0
2023-05-09Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela-1/+1
2023-05-09remove logsMicky Brunetti-2/+0
2023-05-09files in vae folder with same name as a checkpoint can be found tooMicky Brunetti-4/+7
2023-01-27add data-dir flag and set all user data directories based on itMax Audron-3/+2
2023-01-19allow baking in VAE in checkpoint merger tabAUTOMATIC-2/+7
2023-01-17Add `--vae-dir` argumentddPn08-0/+7
2023-01-16bugfix for previous commitAUTOMATIC-1/+1
2023-01-16support old configs that say "auto" for ssd_vaeAUTOMATIC-2/+4
2023-01-14typo?AUTOMATIC-1/+1
2023-01-14fix bug with "Ignore selected VAE for..." option completely disabling VAE ele...AUTOMATIC-117/+77
2023-01-09use existing function for loading VAE weights from fileAUTOMATIC-8/+5
2023-01-08Add support for loading VAEs from safetensor filesLee Bousfield-3/+18
2022-12-25Add memory cache for VAE weightshitomi-6/+25
2022-12-24fix F541 f-string without any placeholdersYuval Aboulafia-1/+1
2022-11-19Merge branch 'a1111' into vae-fix-noneMuhammad Rizqi Nur-6/+7
2022-11-19Merge branch 'a1111' into vae-fix-noneMuhammad Rizqi Nur-9/+16
2022-11-19Merge branch 'a1111' into vae-miscMuhammad Rizqi Nur-9/+16
2022-11-19More verbose messagesMuhammad Rizqi Nur-6/+6
2022-11-19Remove no longer necessary parts and add vae_file safeguardMuhammad Rizqi Nur-0/+1
2022-11-19Option to use selected VAE as default fallback instead of primary optionMuhammad Rizqi Nur-9/+16
2022-11-19Use underscore naming for "private" functions in sd_vaeMuhammad Rizqi Nur-3/+3
2022-11-19Fix model caching requiring deepcopyMuhammad Rizqi Nur-1/+2
2022-11-19MiscMuhammad Rizqi Nur-2/+1
2022-11-19Fix base VAE caching was done after loading VAE, also add safeguardMuhammad Rizqi Nur-11/+8
2022-11-19Fix model wasn't restored even when choosing "None"Muhammad Rizqi Nur-7/+7
2022-11-02Save VAE provided by cmd_opts.vae_pathMuhammad Rizqi Nur-7/+4
2022-11-02Reload VAE without reloading sd checkpointMuhammad Rizqi Nur-7/+90
2022-10-31Checkpoint cache by combination key of checkpoint and vaeMuhammad Rizqi Nur-1/+7
2022-10-31Fix typo from previous commitMuhammad Rizqi Nur-2/+2
2022-10-30Change VAE search order and thus priorityMuhammad Rizqi Nur-2/+2
2022-10-30Settings to select VAEMuhammad Rizqi Nur-0/+121