-
Notifications
You must be signed in to change notification settings - Fork 165
After updating the latest ComfyUI, an error occurred. #238
Comments
This is a result of the comfyUI change made a few days ago removing the "CompVisVDenoiser" you can view the changes in the commit here |
How to solve it? |
Currently toxicwind has a fork open that should allow it to work the other option is to re-add the missing section of code to the updated file. |
If it won't be a trouble for you, would you mind to write how we can do that, please? |
Switching forks in git:
note: this is a detached head; if you wanted to resolve, Later, presumably when "this" efficiency-nodes does an update:
For more info: https://git-scm.com/book/en/v2/Git-Basics-Working-with-Remotes and https://stackoverflow.com/questions/10228760/how-do-i-fix-a-git-detached-head |
That fork gives me the following error, which has been fixed this fork. Use toxicwind's repo at your own risk; still hoping this issue gets some attention. |
This commit brings the removed code back over. Works for me, and prods' branch also fixes the above issue as well. |
I can confirm that repo fixes the CompVisVDenoiser error from original extension. However I had to fix all my efficient node values because with this version, all values were displaced from their original input boxes. |
Traceback (most recent call last):
File "/home/ComfyUI-master/nodes.py", line 1735, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/home/ComfyUI-master/custom_nodes/efficiency-nodes-comfyui/init.py", line 1, in
from .efficiency_nodes import NODE_CLASS_MAPPINGS
File "/home/ComfyUI-master/custom_nodes/efficiency-nodes-comfyui/efficiency_nodes.py", line 46, in
from .py import smZ_cfg_denoiser
File "/home/ComfyUI-master/custom_nodes/efficiency-nodes-comfyui/py/smZ_cfg_denoiser.py", line 7, in
from comfy.samplers import KSampler, CompVisVDenoiser, KSamplerX0Inpaint
ImportError: cannot import name 'CompVisVDenoiser' from 'comfy.samplers' (/home/ComfyUI-master/comfy/samplers.py)
The text was updated successfully, but these errors were encountered: