Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12797 from Madrawn/vae_resolve_bug | AUTOMATIC1111 | 2023-08-27 | 1 | -1/+1 |
| | | | Small typo: vae resolve bug | ||||
* | add --medvram-sdxl | AUTOMATIC1111 | 2023-08-22 | 1 | -2/+2 |
| | |||||
* | Change where VAE state are stored in model | Uminosachi | 2023-08-20 | 1 | -1/+3 |
| | |||||
* | do not assign to vae_dict | AUTOMATIC1111 | 2023-08-19 | 1 | -2/+1 |
| | |||||
* | Use the new SD VAE override setting | brkirch | 2023-08-15 | 1 | -1/+1 |
| | |||||
* | fix: Properly return None when VAE hash is None | catboxanon | 2023-08-10 | 1 | -1/+3 |
| | |||||
* | add VAE to infotext | AUTOMATIC1111 | 2023-08-10 | 1 | -1/+15 |
| | |||||
* | split shared.py into multiple files; should resolve all circular reference ↵ | AUTOMATIC1111 | 2023-08-09 | 1 | -3/+2 |
| | | | | import errors related to shared.py | ||||
* | SD VAE rework 2 | AUTOMATIC1111 | 2023-08-07 | 1 | -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 metadata | AUTOMATIC1111 | 2023-08-04 | 1 | -1/+12 |
| | |||||
* | sort VAE | w-e-w | 2023-08-04 | 1 | -0/+3 |
| | |||||
* | Merge branch 'dev' into find_vae | AUTOMATIC1111 | 2023-05-14 | 1 | -3/+0 |
|\ | |||||
| * | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -3/+0 |
| | | |||||
| * | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -1/+1 |
| | | |||||
* | | Update sd_vae.py | Sakura-Luna | 2023-05-11 | 1 | -3/+2 |
| | | | | | | There is no need to use split. | ||||
* | | remove logs | Micky Brunetti | 2023-05-09 | 1 | -2/+0 |
| | | |||||
* | | files in vae folder with same name as a checkpoint can be found too | Micky Brunetti | 2023-05-09 | 1 | -4/+7 |
|/ | |||||
* | add data-dir flag and set all user data directories based on it | Max Audron | 2023-01-27 | 1 | -3/+2 |
| | |||||
* | allow baking in VAE in checkpoint merger tab | AUTOMATIC | 2023-01-19 | 1 | -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` argument | ddPn08 | 2023-01-17 | 1 | -0/+7 |
| | |||||
* | bugfix for previous commit | AUTOMATIC | 2023-01-15 | 1 | -1/+1 |
| | |||||
* | support old configs that say "auto" for ssd_vae | AUTOMATIC | 2023-01-15 | 1 | -2/+4 |
| | | | | change sd_vae_as_default to True by default as it's a more sensible setting | ||||
* | typo? | AUTOMATIC | 2023-01-14 | 1 | -1/+1 |
| | |||||
* | fix bug with "Ignore selected VAE for..." option completely disabling VAE ↵ | AUTOMATIC | 2023-01-14 | 1 | -117/+77 |
| | | | | | | election rework VAE resolving code to be more simple | ||||
* | use existing function for loading VAE weights from file | AUTOMATIC | 2023-01-09 | 1 | -8/+5 |
| | |||||
* | Add support for loading VAEs from safetensor files | Lee Bousfield | 2023-01-08 | 1 | -3/+18 |
| | |||||
* | Add memory cache for VAE weights | hitomi | 2022-12-25 | 1 | -6/+25 |
| | |||||
* | fix F541 f-string without any placeholders | Yuval Aboulafia | 2022-12-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'a1111' into vae-fix-none | Muhammad Rizqi Nur | 2022-11-19 | 1 | -6/+7 |
|\ | |||||
| * | Merge branch 'a1111' into vae-misc | Muhammad Rizqi Nur | 2022-11-19 | 1 | -9/+16 |
| |\ | |||||
| * | | More verbose messages | Muhammad Rizqi Nur | 2022-11-19 | 1 | -6/+6 |
| | | | |||||
| * | | Remove no longer necessary parts and add vae_file safeguard | Muhammad Rizqi Nur | 2022-11-19 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'a1111' into vae-fix-none | Muhammad Rizqi Nur | 2022-11-19 | 1 | -9/+16 |
|\ \ \ | | |/ | |/| | |||||
| * | | Option to use selected VAE as default fallback instead of primary option | Muhammad Rizqi Nur | 2022-11-19 | 1 | -9/+16 |
| |/ | |||||
* | | Use underscore naming for "private" functions in sd_vae | Muhammad Rizqi Nur | 2022-11-19 | 1 | -3/+3 |
| | | |||||
* | | Fix model caching requiring deepcopy | Muhammad Rizqi Nur | 2022-11-19 | 1 | -1/+2 |
| | | |||||
* | | Misc | Muhammad Rizqi Nur | 2022-11-19 | 1 | -2/+1 |
| | | | | | | | | Misc | ||||
* | | Fix base VAE caching was done after loading VAE, also add safeguard | Muhammad Rizqi Nur | 2022-11-19 | 1 | -11/+8 |
| | | |||||
* | | Fix model wasn't restored even when choosing "None" | Muhammad Rizqi Nur | 2022-11-19 | 1 | -7/+7 |
|/ | |||||
* | Save VAE provided by cmd_opts.vae_path | Muhammad Rizqi Nur | 2022-11-02 | 1 | -7/+4 |
| | |||||
* | Reload VAE without reloading sd checkpoint | Muhammad Rizqi Nur | 2022-11-02 | 1 | -7/+90 |
| | |||||
* | Checkpoint cache by combination key of checkpoint and vae | Muhammad Rizqi Nur | 2022-10-31 | 1 | -1/+7 |
| | |||||
* | Fix typo from previous commit | Muhammad Rizqi Nur | 2022-10-31 | 1 | -2/+2 |
| | |||||
* | Change VAE search order and thus priority | Muhammad Rizqi Nur | 2022-10-30 | 1 | -2/+2 |
| | |||||
* | Settings to select VAE | Muhammad Rizqi Nur | 2022-10-30 | 1 | -0/+121 |