Closed JemiloII closed 7 months ago
Please provide an end-to-end and minimal reproducible code snippet.
My code is all split between many files. I could always add you to the repo.
On another note, I decided to check out things a bit more. So I use the diffusers format for the main model, but I tried swapping it out for the safetensors version. Same contents. The safetensors loads as expected and doesn't conflict with loras. Little too tired to dive in more on why this is the case. I always wanted to just use the safetensors style anyways. So I guess this works out.
Cool. I will close this issue then. If and when you have minimal and fully reproducible code snippet, feel free to re-open the issue and we will take it from there.
Describe the bug
So I just been using the Abyss Orange Mix model from warrior in the diffusers file format. I get messages now about how the cliptextmodel isn't loading values anymore. Please keep in mind that it was loading them just fine before.
@sayakpaul Is this something new where things are intentionally not being loaded? How can I just force that? The LoRAs, man, they hardly do anything anymore. Doesn't matter what scale I set them to. It's like they are nonexistent. I saw some "LoRA Changes" but I don't understand why they would make my LoRAs no longer work.
This is how I load loras:
I feel like I'll just need to revert back to 23.1. Just feels like every time I update, things just break. I remember I was stuck on 18.1 for the longest time because of LoRAs and prompting being broken.
Reproduction
Load WarriorMomma's Abyss Orange Mix Model in diffusers format and some loras. at least 4. Load easy negative textual embedding. Notice how on 23.1 there aren't weird errors about the model not ignoring cliptext settings, note how loras will work with the scale given.
Logs
System Info
Window 10 Diffusers 27.2 4090
Who can help?
No response