efficiency-nodes-comfyui icon indicating copy to clipboard operation
efficiency-nodes-comfyui copied to clipboard

Latest update breaks the custom node. Acts as if it's not installed?

Open SebSaga opened this issue 1 year ago • 4 comments

"When loading the graph, the following node types were not found: Efficient Loader KSampler Adv. (Efficient) Nodes that have failed to load will show as red on the graph."

File "E:\01_Stable-Diffusion\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui_init_.py", line 1, in from .efficiency_nodes import NODE_CLASS_MAPPINGS File "E:\01_Stable-Diffusion\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui\efficiency_nodes.py", line 3945, in class TSC_HighRes_Fix: File "E:\01_Stable-Diffusion\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui\efficiency_nodes.py", line 3955, in TSC_HighRes_Fix upscale_methods = default_upscale_methods + latent_versions_updated NameError: name 'latent_versions_updated' is not defined

Happened right after I pulled the latest update. My efficiency Ksamplers are red even though the custom nodes are installed

SebSaga avatar Aug 31 '23 03:08 SebSaga

I encountered a worse situation where the entire node failed

mijuku233 avatar Aug 31 '23 04:08 mijuku233

You can solve this issue through installing city96/SD-Latent-Upscaler, for now.

ltdrdata avatar Aug 31 '23 05:08 ltdrdata

You can solve this issue through installing city96/SD-Latent-Upscaler, for now.

It works, thank you @ltdrdata

alessandroperilli avatar Aug 31 '23 08:08 alessandroperilli

Hello all, this issue should be fixed now. -> https://github.com/LucianoCirino/efficiency-nodes-comfyui/commit/bd91d4ae6e3193485875bfcd2d6fdff6b8945156 https://github.com/LucianoCirino/efficiency-nodes-comfyui/commit/61de6d51c0b7206af3f85589a5230bc8af1fe28e

LucianoCirino avatar Aug 31 '23 19:08 LucianoCirino