aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_vae.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12797 from Madrawn/vae_resolve_bugAUTOMATIC11112023-08-271-1/+1
| | | Small typo: vae resolve bug
* add --medvram-sdxlAUTOMATIC11112023-08-221-2/+2
|
* Change where VAE state are stored in modelUminosachi2023-08-201-1/+3
|
* do not assign to vae_dictAUTOMATIC11112023-08-191-2/+1
|
* Use the new SD VAE override settingbrkirch2023-08-151-1/+1
|
* fix: Properly return None when VAE hash is Nonecatboxanon2023-08-101-1/+3
|
* add VAE to infotextAUTOMATIC11112023-08-101-1/+15
|
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-3/+2
| | | | import errors related to shared.py
* SD VAE rework 2AUTOMATIC11112023-08-071-16/+55
| | | | | | | - 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
* added VAE selection to checkpoint user metadataAUTOMATIC11112023-08-041-1/+12
|
* sort VAEw-e-w2023-08-041-0/+3
|
* Merge branch 'dev' into find_vaeAUTOMATIC11112023-05-141-3/+0
|\
| * imports cleanup for ruffAUTOMATIC2023-05-101-3/+0
| |
| * Fix up string formatting/concatenation to f-strings where feasibleAarni Koskela2023-05-091-1/+1
| |
* | Update sd_vae.pySakura-Luna2023-05-111-3/+2
| | | | | | There is no need to use split.
* | remove logsMicky Brunetti2023-05-091-2/+0
| |
* | files in vae folder with same name as a checkpoint can be found tooMicky Brunetti2023-05-091-4/+7
|/
* add data-dir flag and set all user data directories based on itMax Audron2023-01-271-3/+2
|
* allow baking in VAE in checkpoint merger tabAUTOMATIC2023-01-191-2/+7
| | | | | | | do not save config if it's the default for checkpoint merger tab change file naming scheme for checkpoint merger tab allow just saving A without any merging for checkpoint merger tab some stylistic changes for UI in checkpoint merger tab
* Add `--vae-dir` argumentddPn082023-01-171-0/+7
|
* bugfix for previous commitAUTOMATIC2023-01-151-1/+1
|
* support old configs that say "auto" for ssd_vaeAUTOMATIC2023-01-151-2/+4
| | | | change sd_vae_as_default to True by default as it's a more sensible setting
* typo?AUTOMATIC2023-01-141-1/+1
|
* fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵AUTOMATIC2023-01-141-117/+77
| | | | | | election rework VAE resolving code to be more simple
* use existing function for loading VAE weights from fileAUTOMATIC2023-01-091-8/+5
|
* Add support for loading VAEs from safetensor filesLee Bousfield2023-01-081-3/+18
|
* Add memory cache for VAE weightshitomi2022-12-251-6/+25
|
* fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-1/+1
|
* Merge branch 'a1111' into vae-fix-noneMuhammad Rizqi Nur2022-11-191-6/+7
|\
| * Merge branch 'a1111' into vae-miscMuhammad Rizqi Nur2022-11-191-9/+16
| |\
| * | More verbose messagesMuhammad Rizqi Nur2022-11-191-6/+6
| | |
| * | Remove no longer necessary parts and add vae_file safeguardMuhammad Rizqi Nur2022-11-191-0/+1
| | |
* | | Merge branch 'a1111' into vae-fix-noneMuhammad Rizqi Nur2022-11-191-9/+16
|\ \ \ | | |/ | |/|
| * | Option to use selected VAE as default fallback instead of primary optionMuhammad Rizqi Nur2022-11-191-9/+16
| |/
* | Use underscore naming for "private" functions in sd_vaeMuhammad Rizqi Nur2022-11-191-3/+3
| |
* | Fix model caching requiring deepcopyMuhammad Rizqi Nur2022-11-191-1/+2
| |
* | MiscMuhammad Rizqi Nur2022-11-191-2/+1
| | | | | | | | Misc
* | Fix base VAE caching was done after loading VAE, also add safeguardMuhammad Rizqi Nur2022-11-191-11/+8
| |
* | Fix model wasn't restored even when choosing "None"Muhammad Rizqi Nur2022-11-191-7/+7
|/
* Save VAE provided by cmd_opts.vae_pathMuhammad Rizqi Nur2022-11-021-7/+4
|
* Reload VAE without reloading sd checkpointMuhammad Rizqi Nur2022-11-021-7/+90
|
* Checkpoint cache by combination key of checkpoint and vaeMuhammad Rizqi Nur2022-10-311-1/+7
|
* Fix typo from previous commitMuhammad Rizqi Nur2022-10-311-2/+2
|
* Change VAE search order and thus priorityMuhammad Rizqi Nur2022-10-301-2/+2
|
* Settings to select VAEMuhammad Rizqi Nur2022-10-301-0/+121