ModzhaHead
ModzhaHead
I'm sorry, but can someone explain what exactly needs to be done to fix the error being discussed?
> > I'm sorry, but can someone explain what exactly needs to be done to fix the error being discussed? > > Just update custom nodes: ComfyUI_smZNodes > > `cd...
> Did you restart Comfyui after pulling the code from ComfyUI_smZNodes? Yes, of course I did. In general, everything worked after I ran the git pull command on most of...
I did as you advised, but nothing changed  python 3.10.11
> > Go into comfyiui manager > install custom nodes > ctrl+f > type Conflicted and then press f3 to scroll through anything it found and see if anything conflicts...
> > > Last resort, add this to the top of `export_trt.py` > > ``` > import sys > sys.path.append("C:\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-Upscaler-Tensorrt") > ``` And it worked! Thank you very much for...
By the way, in order for the nodes to be initialized in ComfyUI, you should make the same edit to the init.py file, please note. After that, everything started, the...