-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Missing Nodes #10
Comments
Send the full error log, probably there are missing dependencies and the nodes did not load |
I sent the logs in response to this email. Did you get them?
|
I can't see any logs! |
[comfyui_8000.log](https://github.com/user-attachments/files/18660060/comfyui_8000.log)
[comfyui_8000.prev.log](https://github.com/user-attachments/files/18660059/comfyui_8000.prev.log)
I have two logs attached to this email. And here they are in a drop box
https://www.dropbox.com/scl/fo/pseicg33lgr78hfbh32qg/AJ6ts_rUp--86qQDyLyaNUc?rlkey=ze83eldzzg8o0k0i0e5yel0is&st=zkgaosv7&dl=0
|
Have you installed the requirements as per the readme? |
I have, yes. |
run inside your comfyui env |
C:\Users\scottquint\OneDrive\Documents\ComfyUI>pip install omegaconf |
Is your comfyui using global pip packages |
It's all global to the system |
C:\Users\scottquint\OneDrive\Documents\ComfyUI\custom_nodes\ComfyUI_InvSR>pip install -r requirements.txt |
I've no idea what's causing this issue. Try: if still not working: another one |
Could it be that some things didn’t get installed for InvSR?
Or maybe a version issue?
|
I solved this problem The following is my solution First, find the file pipeline_stable_diffusion_inversion_sr.py (it is located in custom_nodes\ComfyUI_InvSR\comfyui_invsr_trimmed) Then replace StableDiffusionLoraLoaderMixin with LoraLoaderMixin (it should be noted that there should only be two in the entire text, one on line 27 and one on line 175, of course, you can also search for them yourself) Should be fine |
I get this when loading the example workflow
Missing Node Types
When loading the graph, the following node types were not found
Image Comparer (rgthree)
InvSRSampler
LoadInvSRModels
The text was updated successfully, but these errors were encountered: