ltdrdata / ComfyUI-Inspire-Pack

This repository offers various extension nodes for ComfyUI. Nodes here have different characteristics compared to those in the ComfyUI Impact Pack. The Impact Pack has become too large now...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I just updated to the latest version of inspire and now i cant use the inspire Ksampler

saltshaker911 opened this issue · comments

Hey there!

not sure if it's just me or if other people are facing this issue, but after I updated the inspire pack custom node, I'm getting this error message on my older workflows, as well as new workflows, not sure what to do to fix this

Error occurred when executing KSampler //Inspire:

type object 'RegionalSampler' has no attribute 'separated_sample'

File "E:\AI\manual-comfy\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "E:\AI\manual-comfy\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 "E:\AI\manual-comfy\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "E:\AI\manual-comfy\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\a1111_compat.py", line 66, in sample
return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise, noise_mode, incremental_seed_mode=batch_seed_mode, variation_seed=variation_seed, variation_strength=variation_strength)
File "E:\AI\manual-comfy\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\a1111_compat.py", line 33, in common_ksampler
samples = common.impact_sampling(
File "E:\AI\manual-comfy\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack\inspire\libs\common.py", line 14, in impact_sampling
return nodes.NODE_CLASS_MAPPINGS['RegionalSampler'].separated_sample(*args, **kwargs)

Update Impact Pack to latest version.

Thank you! it worked!