mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Update efficiency_nodes.py
Cahnged eff loader sdxl steps to 64
This commit is contained in:
@@ -214,8 +214,8 @@ class TSC_EfficientLoaderSDXL(TSC_EfficientLoader):
|
||||
"negative": ("STRING", {"default": "CLIP_NEGATIVE", "multiline": True}),
|
||||
"token_normalization": (["none", "mean", "length", "length+mean"],),
|
||||
"weight_interpretation": (["comfy", "A1111", "compel", "comfy++", "down_weight"],),
|
||||
"empty_latent_width": ("INT", {"default": 1024, "min": 64, "max": MAX_RESOLUTION, "step": 128}),
|
||||
"empty_latent_height": ("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": 64}),
|
||||
"batch_size": ("INT", {"default": 1, "min": 1, "max": 64})},
|
||||
"optional": {"lora_stack": ("LORA_STACK", ), "cnet_stack": ("CONTROL_NET_STACK",),},
|
||||
"hidden": { "prompt": "PROMPT", "my_unique_id": "UNIQUE_ID",},
|
||||
|
||||
Reference in New Issue
Block a user