TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
421 stars 45 forks source link

ImportError: cannot import name 'ModelPatcher' from 'comfy.sd' (C:\User\ComfyUI\comfy\sd.py) #38

Closed mattymatty closed 1 year ago

mattymatty commented 1 year ago

ImportError: cannot import name 'ModelPatcher' from 'comfy.sd' (C:\User\ComfyUI\comfy\sd.py)

mattymatty commented 1 year ago

I think tinyterraNodes needs to be updated with

from comfy.model_patcher import ModelPatcher
from comfy.sd import sdxl_clip, VAE
TinyTerra commented 1 year ago

I've updated the imports in 18bf5df328a47ba38ab1043940ff11d4396e2bb4 - let me know if theres any issues

mattymatty commented 1 year ago

Resolved