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 重启生效 ...
Error occurred when executing IPAdapterApply: 'ClipVisionModel' object has no attribute 'processor'Error occurred when executing IPAdapterApply: 'ClipVisionModel' object has no attribute 'processor' File "D:\AI\sd-webui-aki-v4\extensions\sd-webui-comfyui\ComfyUI\execution.py", line 153, in...
I'm watching this tutorial https://www.youtube.com/watch?v=DiVdYcmoBW8&list=PLBnZRTJwbWXlbI3QwI49ivSP5aiS5pPiN&index=51 and his workflow calls for "apply ipadapter faceid" but when i open the workflow it says its missing. then i double click on the canvas and search for it and ...
Error occurred when executing IPAdapterApply: InsightFace must be provided for FaceID models. File "D:\Ai\StableDiffusionXL1.0\ComfyUI\ComfyUI\execution.py", line 155, in recursive_execute output_data, output_ui = get_output_data(obj, in...
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 ...
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 ...
when i try to use ip adapter with sdxl ( Error occurred when executing IPAdapterApply: Error(s) in loading state_dict for ImageProjModel: copying a param with shape torch.Size([8192, 1024]) from checkpoint, the shape in current model is ...
Error occurred when executing ApplyFluxIPAdapter: mat1 and mat2 shapes cannot be multiplied (1x1024 and 768x16384) File "D:\SD\ComfyUI_Windows_portable\ComfyUI\execution.py", line 316, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_bloc...
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 ...