Skip to content
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

SeargeIntegerPair not avalable after everyting update #144

Open
maxarch3 opened this issue Apr 9, 2024 · 6 comments
Open

SeargeIntegerPair not avalable after everyting update #144

maxarch3 opened this issue Apr 9, 2024 · 6 comments

Comments

@maxarch3
Copy link

maxarch3 commented Apr 9, 2024

I juste downlaud a workflow
When loading the graph, the following node types were not found: SeargeIntegerPair

i have update with the manager,
install missing node
update all
update comfy UI
Fetch update

update from
update_comfyui_and_python_dependencies.bat

I have uninstatall and reinstall multiple time SeargeDP

let me know if there is problem with the node SeargeIntegerPair
ort there something more to try on my side

@nalisten
Copy link

nalisten commented Apr 9, 2024

@maxarch3 Im having the same Problem. im looking for a fix too

@emourdavid
Copy link

Is it problems like following? I update ComfyUI and SeargeSDXL load failed:

File "/home/xxx/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' (/home/xxx/ComfyUI/comfy/sample.py)

@maxarch3
Copy link
Author

I have update from the manager
last update still at 2024-04-06

@MMoneer
Copy link

MMoneer commented Apr 10, 2024

The Searge update did not work I just reinstalled it today not fixed yet
Comfyui moved the prepare_mask function from sample.py to sampler_helpers.py in this commit 0542088
So the right fix is to point to the new file sampler_helpers.py
29- from comfy.sampler_helpers import prepare_sampling

@maxarch3
Copy link
Author

@MMoneer
is my understand is really basic from this type of modification. and my vocabulary is not up to date.
I do not know how to find this commit 0542088, here on github

my understand is
open sample.py in notepad ++
look at the line 29 '' return model, positive, negative, noise_mask, []''
and replace it by '' from comfy.sampler_helpers import prepare_sampling''

Maybe i just way that the update are effective and reinstall.

@MMoneer
Copy link

MMoneer commented Apr 10, 2024

@maxarch3
They merge the PR that fixes the issue just update or reinstall SeargeSDXL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants