Skip to content

Commit

Permalink
feat: add vae to possible preset keys (#3177)
Browse files Browse the repository at this point in the history
set default_vae in any preset to use it
  • Loading branch information
mashb1t authored Jun 21, 2024
1 parent 7c1a101 commit 9178aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ def init_temp_path(path: str | None, default_path: str) -> str:
"default_save_metadata_to_images": "default_save_metadata_to_images",
"checkpoint_downloads": "checkpoint_downloads",
"embeddings_downloads": "embeddings_downloads",
"lora_downloads": "lora_downloads"
"lora_downloads": "lora_downloads",
"default_vae": "vae"
}

REWRITE_PRESET = False
Expand Down

1 comment on commit 9178aa8

@Danvelio
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Upscale option has a problem is that the face changes from the original to the Upscale

Please sign in to comment.