控件 Apply IPAdapter


后端报错:

ERROR:root:!!! Exception during processing !!!

ERROR:root:Traceback (most recent call last):

File "F:\ComfyUI\ComfyUI\execution.py", line 153, in recursive_execute

output_data, output_ui = get_output_data(obj, input_data_all)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\ComfyUI\ComfyUI\execution.py", line 83, in get_output_data

return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\ComfyUI\ComfyUI\execution.py", line 76, in map_node_over_list

results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 358, in apply_ipadapter

self.weight_type.append(weight_type)

^^^^^^^^^^^^^^^^

AttributeError: 'IPAdapterApply' object has no attribute 'weight_type'

解决办法

F:\ComfyUI\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py

第358行

修改前:

self.weight_type.append(weight_type)

修改后:

self.weight_type=weight_type

重启生效

 作者:刚哥旅游 https://www.bilibili.com/read/cv27787112/ 出处:bilibili

GitHub 加速计划 / co / ComfyUI
44.41 K
4.72 K
下载
最强大且模块化的具有图形/节点界面的稳定扩散GUI。
最近提交(Master分支:1 个月前 )
1c08bf35 - 3 个月前
2a02546e * add type hints to folder_paths.py * replace deprecated standard collections type hints * fix type error when using Python 3.8 3 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐