mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-21 21:22:13 -03:00
Update efficiency_nodes.py
This commit is contained in:
committed by
GitHub
parent
88591f2fc3
commit
e3674193a6
@@ -4115,10 +4115,10 @@ class TSC_Tiled_Upscaler:
|
|||||||
|
|
||||||
return {"required": {"upscale_by": ("FLOAT", {"default": 1.25, "min": 0.01, "max": 8.0, "step": 0.05}),
|
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}),
|
"tile_size": ("INT", {"default": 512, "min": 256, "max": MAX_RESOLUTION, "step": 64}),
|
||||||
"tiling_strategy": (["padded", "random", "random strict", 'simple', 'none'],),
|
"tiling_strategy": (["random", "random strict", "padded", 'simple', 'none'],),
|
||||||
"tiling_steps": ("INT", {"default": 20, "min": 1, "max": 10000}),
|
"tiling_steps": ("INT", {"default": 30, "min": 1, "max": 10000}),
|
||||||
"seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff}),
|
"seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff}),
|
||||||
"denoise": ("FLOAT", {"default": .25, "min": 0.0, "max": 1.0, "step": 0.01}),
|
"denoise": ("FLOAT", {"default": .4, "min": 0.0, "max": 1.0, "step": 0.01}),
|
||||||
"use_controlnet": ("BOOLEAN", {"default": False}),
|
"use_controlnet": ("BOOLEAN", {"default": False}),
|
||||||
"tile_controlnet": (cnet_tile_filenames,),
|
"tile_controlnet": (cnet_tile_filenames,),
|
||||||
"strength": ("FLOAT", {"default": 1.0, "min": 0.0, "max": 10.0, "step": 0.01}),
|
"strength": ("FLOAT", {"default": 1.0, "min": 0.0, "max": 10.0, "step": 0.01}),
|
||||||
|
|||||||
Reference in New Issue
Block a user