jojkaart / ComfyUI-sampler-lcm-alternative

ComfyUI Custom Sampler nodes that adds a new improved LCM sampler function
GNU General Public License v3.0
113 stars 13 forks source link

Error occurred when executing LCMScheduler: module 'comfy.samplers' has no attribute 'calculate_sigmas_scheduler' #5

Closed meetedlike closed 2 months ago

meetedlike commented 3 months ago

Error occurred when executing LCMScheduler:

module 'comfy.samplers' has no attribute 'calculate_sigmas_scheduler'

File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-sampler-lcm-alternative\sampler_lcm_alt.py", line 81, in get_sigmas sigmas = comfy.samplers.calculate_sigmas_scheduler(model.model, "sgm_uniform", total_steps).cpu()

kamichen1213 commented 3 months ago

same problem

ehtiotumolas commented 2 months ago

Same here