Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #1840 (@E2GO fyi)
as discussed in #2861 (@ILikeToasters fyi)
Adds a dropdown for model VAE, which is especially handy when the base model doesn't have one baked in.
Upload VAEs to the already existing models/vae folder.
IMPORTANT: not models/vae_approx, which is used for the preview of intermediate step images with fixed VAE
Open TODO's:
notcrash on startup when default_vae is not in list of vae_filenamesTested with model Mohawk (any other model with no VAE baked in will work for testing too)
Before:
washed out look, desaturated
Details
(EDIT screenshot with different model, see exact resulting image below)
![Screenshot 2024-05-04 184639](https://private-user-images.githubusercontent.com/9307310/327970186-1756d8a8-2ba7-4008-b5a8-648c7098356b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzA5NjksIm5iZiI6MTczOTIzMDY2OSwicGF0aCI6Ii85MzA3MzEwLzMyNzk3MDE4Ni0xNzU2ZDhhOC0yYmE3LTQwMDgtYjVhOC02NDhjNzA5ODM1NmIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMjMzNzQ5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZGVmNDYyOWI0ZmNkZTFmODY0MGY0MGNmMjE5YWVlZjE2MWUzNjBiMDhjMDQ1YmUxZjQ5YmY2ZTlmOTA3YmM2NSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.LXbrPdN88SCncDhU3arzpDYpMNn8-0d8-tl3e9WKIZc)
After:
selected VAE is applied, colorful image
Details