-
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
Saved models out of Forge gives "'NoneType' object is not iterable" when used to generate in both A1111 and Comfy #129
Comments
Well now I'm also getting an error in regular Webui when just trying to merge/generate. Maybe it's something w/ the models? I am attempting to merge "Lightning" models and also models trained w/ OneTrainer. Not sure if either of those would cause problems. I have successfully merged lightning models w/ non-lightning models using the really basic A1111 checkpoint merger feature. Errors I'm seeing: File does not contain tensor conditioner.embedders.0.transformer.text_model.embeddings.position_ids Details
|
There was some discussion regarding key naming related stuff in various mergers/comfy/a1111 etc in the discord server for meh, you can try joining and asking there, maybe its related Alternatively try some other xl models and see if the result remains the same. |
Gotcha. Well, for now going back to A1111 from Forge and checking out Jan 31's 1ed7346 has gotten me back to a point where I can merge and export to checkpoints w/o any issues. |
It's very likely related to this issue in Forge itself (I commented about a week ago): lllyasviel/stable-diffusion-webui-forge#505 (comment) Didn't pick up on this earlier..... Edit: Someone mentioned if you roll Forge back to this commit if fixes that error of Forge (not specific to Model Mixer or saving out models), so likely an update needed on the Forge side: lllyasviel/stable-diffusion-webui-forge@b59deaa |
part of issue resolved by commit 1701dd3 |
Not sure when this started happening but noticed an issue w/ models saved out using Forge giving me the following error. I get this when trying to use the saved model in both A1111 (main and Forge) and also a similar error about tokenizer in ComfyUI. I tried saving to CKPT, unpruned, f16 (and not) etc. I downgraded diffusers and safetensors and rolled back the extension a few commits but couldn't find a way to get it to work.
After a bunch of troubleshooting I tried saving in regular A1111 w/ current version and the model works in other UIs fine.
Comfy Error when trying to use a model saved w/ MM out of Forge:
If you cannot reproduce and/or need more information (system settings/etc) I can try to provide later. Heading away from PC for a bit.
The text was updated successfully, but these errors were encountered: