-
Notifications
You must be signed in to change notification settings - Fork 4
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
Forge was updated today - Errors on inference when Model Mixer isn't enabled #161
Comments
several gradio4 related bugs fixed. There is a change that causes compatibility issues with the A1111 webui.
|
Ok great, thanks for working on it! I'm sure it'll settle in at some point, i'll use A1111 or any merging at this point. Can close if you want or leave open. Thx. |
Developer lllyasviel (Forge) has been on an incredible coding run and it seems like he's getting it to the point of stable. Curious about your thoughts on Flux merging? Should it be possible with 64(+) system ram? |
current Forge system is incompatible with the original webui. SD1.x, SD2.x and SDXL is basically the same structure but SD3 and flux are totally different. The basic principle of merging models is simple, but getting the model mixer to work with flux seems to be not a simple task,
and about system memory,
for FLUX, we can use |
Yeah, I wouldn't hold my breath WRT Forge becoming compatible with A1111 again, at least not for a long time. lllyasviel's been rewriting the whole thing, moving the codebase into a proper inheritance tree and yeeting the old LDM library into the stratosphere. I had to port NegPiP by hand. While it didn't take that long, it was tedious, because despite Forge currently having moved to the new backend already, there's not actually any documentation on it, and it's way more complex than I'm comfortable with. I basically had to print out the relevant objects' members one at a time, restarting Forge and trying a generation, until I could drill down to the parameters that matched the old ones what needed replacing. I have no idea why he didn't just provide a temporary mapping so that the extensions that survived the Gradio 4 transition didn't spontaneously explode. Or, y'know, do that work in a branch? Anyways, if you're actually any good at Python unlike me, it shouldn't be that big of a problem. Don't mind me having a complain in your repo. (They're not using ComfyUI as a backend by the way, that's a misconception.) |
yes. forge's backend not compatible with comyui at all.
and thanks for your comments! |
I see, it was me that misunderstood you, then. Apologies for that! |
Hey!
Forge lllyasviel was very kind and provided a much needed update to Forge today (including upgrading GRadio to 4.0). I installed MMixer from the installer and w/o even enabling it I've noticed errors in the console:
https://github.com/lllyasviel/stable-diffusion-webui-forge/commits/main/
The text was updated successfully, but these errors were encountered: