This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 165
cannot import name 'CompVisVDenoiser' from 'comfy.samplers' #247
Comments
|
Same error here with latest comfyui version. |
CompVisVDenoiser is not used in efficiency-nodes-comfyui.
|
The following modifications can be made: from comfy.samplers import KSampler, CompVisVDenoiser, KSamplerX0Inpaintfrom comfy.k_diffusion.external import CompVisDenoiserfrom comfy.samplers import KSampler, KSamplerX0Inpaint Then it will run without error |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
ImportError: cannot import name 'CompVisVDenoiser' from 'comfy.samplers'
The text was updated successfully, but these errors were encountered: