fix(config): remove non-existent VAE defaults from pony and illustrious families
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
style / style (push) Has been cancelled

This commit is contained in:
marauder-actual
2026-05-20 15:54:34 +02:00
parent 7144b7ac6a
commit 86287269ee
-2
View File
@@ -576,7 +576,6 @@ MODEL_FAMILY_DEFAULTS: dict[str, dict[str, Any]] = {
"sampler": "euler_ancestral", "sampler": "euler_ancestral",
"scheduler": "normal", "scheduler": "normal",
"steps": 25, "steps": 25,
"vae": "ponyStandardVAE_v10.safetensors",
}, },
"illustrious": { "illustrious": {
"quality_prefix": "masterpiece, best quality, highres", "quality_prefix": "masterpiece, best quality, highres",
@@ -589,7 +588,6 @@ MODEL_FAMILY_DEFAULTS: dict[str, dict[str, Any]] = {
"sampler": "euler_ancestral", "sampler": "euler_ancestral",
"scheduler": "normal", "scheduler": "normal",
"steps": 25, "steps": 25,
"vae": "illustriousXLV20_v10.safetensors",
}, },
"sdxl": { "sdxl": {
"quality_prefix": "", "quality_prefix": "",