mirror of
https://github.com/tritant/ComfyUI_SuperScaler.git
synced 2025-12-15 16:17:41 +01:00
update defaut settings
This commit is contained in:
@@ -62,8 +62,8 @@ class SuperScaler:
|
||||
"negative_pass_2": ("CONDITIONING",),
|
||||
"tiled_upscale_by_2": ("FLOAT", {"default": 2.0, "min": 1.0, "max": 8.0, "step": 0.1}),
|
||||
"tiled_denoise_2": ("FLOAT", {"default": 0.25, "min": 0.0, "max": 1.0, "step": 0.01}),
|
||||
"tile_size_2": ("INT", {"default": 768, "min": 256, "max": 2048, "step": 64}),
|
||||
"tile_overlap_2": ("INT", {"default": 128, "min": 32, "max": 512, "step": 32}),
|
||||
"tile_size_2": ("INT", {"default": 960, "min": 256, "max": 2048, "step": 64}),
|
||||
"tile_overlap_2": ("INT", {"default": 64, "min": 32, "max": 512, "step": 32}),
|
||||
"tiled_sampler_name_2": (comfy.samplers.KSampler.SAMPLERS,),
|
||||
"tiled_scheduler_2": (comfy.samplers.KSampler.SCHEDULERS,),
|
||||
"tiled_steps_2": ("INT", {"default": 8, "min": 1, "max": 1000}),
|
||||
@@ -76,9 +76,9 @@ class SuperScaler:
|
||||
"positive_pass_3": ("CONDITIONING",),
|
||||
"negative_pass_3": ("CONDITIONING",),
|
||||
"tiled_upscale_by_3": ("FLOAT", {"default": 2.0, "min": 1.0, "max": 8.0, "step": 0.1}),
|
||||
"tiled_denoise_3": ("FLOAT", {"default": 0.20, "min": 0.0, "max": 1.0, "step": 0.01}),
|
||||
"tile_size_3": ("INT", {"default": 768, "min": 256, "max": 2048, "step": 64}),
|
||||
"tile_overlap_3": ("INT", {"default": 128, "min": 32, "max": 512, "step": 32}),
|
||||
"tiled_denoise_3": ("FLOAT", {"default": 0.25, "min": 0.0, "max": 1.0, "step": 0.01}),
|
||||
"tile_size_3": ("INT", {"default": 960, "min": 256, "max": 2048, "step": 64}),
|
||||
"tile_overlap_3": ("INT", {"default": 64, "min": 32, "max": 512, "step": 32}),
|
||||
"tiled_sampler_name_3": (comfy.samplers.KSampler.SAMPLERS,),
|
||||
"tiled_scheduler_3": (comfy.samplers.KSampler.SCHEDULERS,),
|
||||
"tiled_steps_3": ("INT", {"default": 8, "min": 1, "max": 1000}),
|
||||
@@ -90,7 +90,7 @@ class SuperScaler:
|
||||
"sharpen_radius": ("INT", {"default": 1, "min": 1, "max": 20, "step": 1}),
|
||||
"enable_grain": ("BOOLEAN", {"default": False}),
|
||||
"grain_type": (["poisson", "gaussian", "perlin"], {"default": "poisson"}),
|
||||
"grain_intensity": ("FLOAT", {"default": 0.018, "min": 0.001, "max": 1.0, "step": 0.001}),
|
||||
"grain_intensity": ("FLOAT", {"default": 0.014, "min": 0.001, "max": 1.0, "step": 0.001}),
|
||||
"grain_size": ("FLOAT", {"default": 1.3, "min": 1.0, "max": 16.0, "step": 0.1}),
|
||||
"saturation_mix": ("FLOAT", {"default": 0.20, "min": 0.0, "max": 1.0, "step": 0.01}),
|
||||
"adaptive_grain": ("FLOAT", {"default": 0.15, "min": 0.0, "max": 2.0, "step": 0.01}),
|
||||
|
||||
Reference in New Issue
Block a user