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