shiimizu / ComfyUI_smZNodes

Custom nodes for ComfyUI such as CLIP Text Encode++
GNU General Public License v3.0
168 stars 12 forks source link

AttributeError: module 'comfy.samplers' has no attribute 'CFGNoisePredictor' #64

Closed emourdavid closed 3 months ago

emourdavid commented 3 months ago

Hi,

I have issue when run your Node. All my nodes upgraded to latest version. When it run, it shows like following:

From console: ComfyUI_smZNodes/smZNodes.py", line 954, in CFGNoisePredictorOrig = comfy.samplers.CFGNoisePredictor AttributeError: module 'comfy.samplers' has no attribute 'CFGNoisePredictor'

Can you specific which version / environment you installed? Thanks

wsry888 commented 3 months ago

same issue

emourdavid commented 3 months ago

The version commit 6c6a392 of ComfyUI can run properly. The latest version will break down smzNodes

Run > git reset --hard 6c6a392 inside ComfyUI folder