mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
fixes sdxl clip_l
This commit is contained in:
@@ -4110,7 +4110,7 @@ class TSC_Tiled_Upscaler:
|
||||
@classmethod
|
||||
def INPUT_TYPES(cls):
|
||||
# Split the list based on the keyword "tile"
|
||||
cnet_filenames = [name for name in folder_paths.get_filename_list("controlnet") if "tile" in name]
|
||||
cnet_filenames = [name for name in folder_paths.get_filename_list("controlnet")]
|
||||
|
||||
return {"required": {"upscale_by": ("FLOAT", {"default": 1.25, "min": 0.01, "max": 8.0, "step": 0.05}),
|
||||
"tile_size": ("INT", {"default": 512, "min": 256, "max": MAX_RESOLUTION, "step": 64}),
|
||||
|
||||
Reference in New Issue
Block a user