Replies: 2 comments 4 replies
-
The size of the model file trained by some LORA frameworks is 288mb. Why is the LORA file trained by cloneofsimo/lora only 2-6mb? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I encountered same issue, I'm still investigating, seems |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The environment is the latest version of webui and cloneofsimo/ora
error:
activating extra network lora with arguments [<modules.extra_networks.ExtraNetworkParams object at 0x7fb832ac31f0>]: ValueError
Traceback (most recent call last):
File "/home/uqwenf/stable-diffusion-webui/modules/extra_networks.py", line 75, in activate
extra_network.activate(p, extra_network_args)
File "/home/uqwenf/stable-diffusion-webui/extensions-builtin/Lora/extra_networks_lora.py", line 23, in activate
lora.load_loras(names, multipliers)
File "/home/uqwenf/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 151, in load_loras
lora = load_lora(name, lora_on_disk.filename)
File "/home/uqwenf/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 89, in load_lora
key, lora_key = fullkey.split(".", 1)
ValueError: not enough values to unpack (expected 2, got 1)
Steps to reproduce the problem
Select model anything v4.5, Press show extra network.
Select LORA tab, click refresh
Press my LORA file, a prompt lora:A45CGKOTOKA_300:1 shows in prompts section.
(Prompt:lora:A45CGKOTOKA_300:1, masterpiece, best quality,1girl)
Image can be generated but only showing generic waifu, removing lora:A45CGKOTOKA_300:1 shows generic anime waifu
What should have happened?
Generic my target waifu as in "generate sample images" function in dreambooth extension.
Beta Was this translation helpful? Give feedback.
All reactions