-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New ComfUI Update broke your Node. #142
Comments
i'm having the same issue!
Edit - this seems to have fixed it in the short term: #137 (comment) |
This is what happened to me also 😢 |
Traceback (most recent call last): Cannot import H:\ComfyUI\ComfyUI\custom_nodes\SeargeSDXL module for custom nodes: cannot import name 'prepare_mask' from 'comfy.sample' (H:\ComfyUI\ComfyUI\comfy\sample.py) |
this PR is supposed to fix it - #140 |
Confirmed and reconfirmed :). Thanks for the PR, hopefully it gets pushed in soon. |
any updates? : ) cant use any LCM rn : ( |
it's fixed now, thank you |
Is there a fix on the way?
ComfyUI Revision: 2115 [0a030098] | Released on '2024-04-06'
Searge-SDXL v4.3.1 in H:\ComfyUI\custom_nodes\SeargeSDXL
Traceback (most recent call last):
File "H:\ComfyUI\nodes.py", line 1889, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "H:\ComfyUI\custom_nodes\SeargeSDXL_init.py", line 35, in
from .searge_sdxl import SEARGE_CLASS_MAPPINGS, SEARGE_DISPLAY_NAME_MAPPINGS
File "H:\ComfyUI\custom_nodes\SeargeSDXL\searge_sdxl.py", line 54, in
from .modules.magic_box import SeargeMagicBox
File "H:\ComfyUI\custom_nodes\SeargeSDXL\modules\magic_box.py", line 38, in
from .stage_latent_detailer import SeargeStageLatentDetailer
File "H:\ComfyUI\custom_nodes\SeargeSDXL\modules\stage_latent_detailer.py", line 29, in
from comfy.sample import prepare_mask
ImportError: cannot import name 'prepare_mask' from 'comfy.sample' (H:\ComfyUI\comfy\sample.py)
Cannot import H:\ComfyUI\custom_nodes\SeargeSDXL module for custom nodes: cannot import name 'prepare_mask' from 'comfy.sample' (H:\ComfyUI\comfy\sample.py)
"1.3 seconds (IMPORT FAILED): H:\ComfyUI\custom_nodes\SeargeSDXL"
The text was updated successfully, but these errors were encountered: