Feat: Add basic LoRA training support

For more details: https://github.com/Comfy-Org/rfcs/pull/26
This commit is contained in:
Yoland Yan
2025-03-01 16:30:00 -08:00
parent 84fdaf7b0e
commit 225a196dae
3 changed files with 701 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ class IO(StrEnum):
CONTROL_NET = "CONTROL_NET"
VAE = "VAE"
MODEL = "MODEL"
LORA_MODEL = "LORA_MODEL"
LOSS_MAP = "LOSS_MAP"
CLIP_VISION = "CLIP_VISION"
CLIP_VISION_OUTPUT = "CLIP_VISION_OUTPUT"
STYLE_MODEL = "STYLE_MODEL"