-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get this error #195
Comments
Currently the webui checkpoint node is very unstable and not actively maintained. Plads and I are prioritizing issues that break the extension completely. If other people complain about this node I will consider looking into fixing the code. A basic thing that needs to be done is opening an issue in comfyui to request for a more stable programming interface that supports our use case. I will do this later today. |
i dont know if this is the same bug but also have this one:
|
No, this is a different bug. This is a known issue where the webui client id needs to be made slightly more robust: #192 |
ERROR:root:!!! Exception during processing !!!
ERROR:root:lib_comfyui.ipc.callback.RemoteError: 'Module' object has no attribute 'transformer'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-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 "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\ComfyUI\execution.py", line 76, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\comfyui_custom_nodes\webui_proxy_nodes.py", line 23, in load_checkpoint
proxies.ClipWrapper(proxies.Clip()),
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\lib_comfyui\webui\proxies.py", line 144, in init
self.patcher = ModelPatcher(self.cond_stage_model)
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\lib_comfyui\webui\proxies.py", line 14, in init
self.load_device = model.device
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\lib_comfyui\webui\proxies.py", line 235, in getattr
res = Clip.sd_clip_getattr(item)
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\lib_comfyui\ipc_init_.py", line 20, in wrapper
res = current_callback_proxies[process_id].get(args=(function.module, function.qualname, args, kwargs))
File "G:\auto\stable-diffusion-webui\extensions\sd-webui-comfyui\lib_comfyui\ipc\callback.py", line 73, in get
raise res.error from res
AttributeError: 'Module' object has no attribute 'transformer'
The text was updated successfully, but these errors were encountered: