BlenderNeko / ComfyUI_TiledKSampler

Tiled samplers for ComfyUI
GNU General Public License v3.0
327 stars 18 forks source link

Dtype missing error? #14

Closed Ferniclestix closed 1 year ago

Ferniclestix commented 1 year ago

Now, I know this is likely an issue on my end, but at least one other person I know has the same issue.

ive had an issue like this when impossible resolutions got sent to a sampler...

Its kind of getting in the way of my work lol.

Error occurred when executing BNK_TiledKSampler:

load_additional_models() missing 1 required positional argument: 'dtype'

File "D:\othercomfy\origin\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\othercomfy\origin\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:\othercomfy\origin\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\othercomfy\origin\ComfyUI\custom_nodes\ComfyUI_TiledKSampler-master\nodes.py", line 278, in sample
return sample_common(model, 'enable', seed, tile_width, tile_height, tiling_strategy, steps_total, cfg, sampler_name, scheduler, positive, negative, latent_image, steps_total-steps, steps_total, 'disable', denoise=1.0)
File "D:\othercomfy\origin\ComfyUI\custom_nodes\ComfyUI_TiledKSampler-master\nodes.py", line 115, in sample_common
models = comfy.sample.load_additional_models(positive, negative)
BlenderNeko commented 1 year ago

see #11