mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: Add widget configuration for "Checkpoint Loader with Name (Image Saver)" in path correction targets
This commit is contained in:
@@ -6,6 +6,7 @@ import { showToast } from "./utils.js";
|
||||
// Define target nodes and their widget configurations
|
||||
const PATH_CORRECTION_TARGETS = [
|
||||
{ comfyClass: "CheckpointLoaderSimple", widgetName: "ckpt_name", modelType: "checkpoints" },
|
||||
{ comfyClass: "Checkpoint Loader with Name (Image Saver)", widgetName: "ckpt_name", modelType: "checkpoints" },
|
||||
{ comfyClass: "UNETLoader", widgetName: "unet_name", modelType: "checkpoints" },
|
||||
{ comfyClass: "LoraLoader", widgetName: "lora_name", modelType: "loras" },
|
||||
{ comfyClass: "easy loraStack", widgetNamePattern: "lora_\\d+_name", modelType: "loras" }
|
||||
|
||||
Reference in New Issue
Block a user