Closed mart-hill closed 6 months ago
You don't have a checkpoint model installed. Open Networks (button near Generate, or second button down in the sidebar on the right), then Models, then References, then choose a model to download.
Or download a model from Civitai and place it into models\Stable-diffusion
.
I have a lot of models, and I had one loaded, I named it model.safetensors
, I can generate an image/images, the UI just doesn't seem to parse embeddings, despite the a1111-sd-webui-tagcomplete
extension clearly 'seeing' them . The log also shows that SD.Next 'sees' the embeddings, but they seem to be totally 'ignored' during startup (for SD1.5 model, I didn't test anything else):
2024-05-29 04:03:16,628 | sd | ERROR | textual_inversion | Model not loaded
2024-05-29 04:03:27,258 | sd | INFO | textual_inversion | Load embeddings: loaded=0 skipped=2273 time=10.63
The models and embeddings are in the 'junction' type of folders (symlinks).
I have an idea, I'll take a look tomorrow
Thank you! I did --reinstall (torch 2.3.0 appeared), but embeddings are still being 'ignored' in the log. 🙂 They are for SD1.5 (most of them), SD2.0 (a few), and SDXL (also just a few).
this should be fixed now.
With the latest 032018abf0daa5ecf43d2da856ecfaf93010d524 commit the UI doesn't seem to parse the TI embeddings in the prompt fields (by adding the TI's vector count to the amount of tokens) but they are being used in image generation - at least in diffusers pipeline. I'm yet to test the original pipeline, again. 🙂
you're talking about ui token counter? token counter is just a quick ui indicator, it has to take shortcuts in order to work quickly in the ui. it doesn't take wildcards into account, it doesn't take styles into account, etc.
Yup, and that's how I caught that bug earlier, and also by the fact, that the recreated image was totally different from before, by not taking the TI into the account (of course with the same pipeline and model).
In the Original pipeline, parsing of the embeddings works fine, the counter takes the vector amount into consideration - just tested.
Issue Description
When loading SD.Next in the newest f5283c37 commit there's an error appearing (excerpt from the log): 2024-05-29 04:19:42,695 | sd | ERROR | textual_inversion | Model not loaded
The embeddings from the negative prompt aren't being parsed/used while generating an image, I didn't test it with positive prompt yet.
I hope it's not an extension issue, embeddings were parsed correctly when I was using previous
master
commit.Version Platform Description
Relevant log output
Backend
Original
Branch
Master
Model
SD 1.5
Acknowledgements