yolain / ComfyUI-Easy-Use

In order to make it easier to use the ComfyUI, I have made some optimizations and integrations to some commonly used nodes.
GNU General Public License v3.0
540 stars 34 forks source link

Error occurred after using StableCascade as shown in the example #157

Open alex13by opened 2 months ago

alex13by commented 2 months ago

Error occurred when executing easy cascadeKSampler:

'encode_vae_name'

File "D:\AI\ComfyUI-aki-v1\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "D:\AI\ComfyUI-aki-v1\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:\AI\ComfyUI-aki-v1\execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 4960, in run return samplerCascadeFull().run(pipe, None, None,None, None,None,None,None, image_output, link_id, save_prefix, File "D:\AI\ComfyUI-aki-v1\custom_nodes\ComfyUI-Easy-Use\py\easyNodes.py", line 4798, in run encode_vae_name = encode_vae_name if encode_vae_name is not None else pipe['loader_settings']['encode_vae_name']

yolain commented 2 months ago

you need to use the checkpoint model not unet model when you set encode_vae_name to none