mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-25 15:15:45 -03:00
@@ -214,8 +214,8 @@ class TSC_EfficientLoaderSDXL(TSC_EfficientLoader):
|
|||||||
"negative": ("STRING", {"default": "CLIP_NEGATIVE", "multiline": True}),
|
"negative": ("STRING", {"default": "CLIP_NEGATIVE", "multiline": True}),
|
||||||
"token_normalization": (["none", "mean", "length", "length+mean"],),
|
"token_normalization": (["none", "mean", "length", "length+mean"],),
|
||||||
"weight_interpretation": (["comfy", "A1111", "compel", "comfy++", "down_weight"],),
|
"weight_interpretation": (["comfy", "A1111", "compel", "comfy++", "down_weight"],),
|
||||||
"empty_latent_width": ("INT", {"default": 1024, "min": 64, "max": MAX_RESOLUTION, "step": 128}),
|
"empty_latent_width": ("INT", {"default": 1024, "min": 64, "max": MAX_RESOLUTION, "step": 64}),
|
||||||
"empty_latent_height": ("INT", {"default": 1024, "min": 64, "max": MAX_RESOLUTION, "step": 128}),
|
"empty_latent_height": ("INT", {"default": 1024, "min": 64, "max": MAX_RESOLUTION, "step": 64}),
|
||||||
"batch_size": ("INT", {"default": 1, "min": 1, "max": 64})},
|
"batch_size": ("INT", {"default": 1, "min": 1, "max": 64})},
|
||||||
"optional": {"lora_stack": ("LORA_STACK", ), "cnet_stack": ("CONTROL_NET_STACK",),},
|
"optional": {"lora_stack": ("LORA_STACK", ), "cnet_stack": ("CONTROL_NET_STACK",),},
|
||||||
"hidden": { "prompt": "PROMPT", "my_unique_id": "UNIQUE_ID",},
|
"hidden": { "prompt": "PROMPT", "my_unique_id": "UNIQUE_ID",},
|
||||||
|
|||||||
Reference in New Issue
Block a user