water2891

Results 2 comments of water2891

You can try: ```python RETURN_TYPES = ("COMBO", "COMBO", "INT", "INT", "FLOAT") # ... return ([sampler_name],[scheduler_name], steps, hires_steps, cfg) ```

Referring to my code below, modify the nodes.py file. sampler_name, scheduler_name can be modified like this ```python class SamplerSelector: CATEGORY = 'ImageSaver/utils' RETURN_TYPES = ("COMBO",) #