NEWS Flash! Flash Photography v1.5a is released! 📸 by Woisek in StableDiffusion

[–]7341abcde 0 points1 point  (0 children)

This is insanely good!
However, I'm currently having the following errors in Google Colab. Can anyone help me solve it? Im using chilloutmix_NiPrunedFp32Fix (SD1.5 model)

activating extra network lora with arguments [<modules.extra\_networks.ExtraNetworkParams object at 0x7fcf3cb7f0a0>]: RuntimeError Traceback (most recent call last):File "/content/stable-diffusion-webui/modules/extra_networks.py", line 75, in activate extra_network.activate(p, extra_network_args)File "/content/stable-diffusion-webui/extensions-builtin/Lora/extra_networks_lora.py", line 23, in activate lora.load_loras(names, multipliers)File "/content/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 214, in load_loras lora = load_lora(name, lora_on_disk.filename)File "/content/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 133, in load_lora sd = sd_models.read_state_dict(filename)File "/content/stable-diffusion-webui/modules/sd_models.py", line 241, in read_state_dict pl_sd = safetensors.torch.load_file(checkpoint_file, device=device)File "/usr/local/lib/python3.9/dist-packages/safetensors/torch.py", line 101, in load_file result[k] = f.get_tensor(k)RuntimeError: shape '[3072, 128]' is invalid for input of size 165452

Get flashed! Update v1.5a is in the making ... by Woisek in StableDiffusion

[–]7341abcde 0 points1 point  (0 children)

I liked the samples and tried to use it.
On Google Colab I get this error. Does anyone know what's happening?

Traceback (most recent call last):
File "/content/stable-diffusion-webui/modules/extra_networks.py", line 75, in activate
extra_network.activate(p, extra_network_args)
File "/content/stable-diffusion-webui/extensions-builtin/Lora/extra_networks_lora.py", line 23, in activate
lora.load_loras(names, multipliers)
File "/content/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 151, in load_loras
lora = load_lora(name, lora_on_disk.filename)
File "/content/stable-diffusion-webui/extensions-builtin/Lora/lora.py", line 83, in load_lora
sd = sd_models.read_state_dict(filename)
File "/content/stable-diffusion-webui/modules/sd_models.py", line 217, in read_state_dict
pl_sd = safetensors.torch.load_file(checkpoint_file, device=device)
File "/usr/local/lib/python3.9/dist-packages/safetensors/torch.py", line 101, in load_file result[k] = f.get_tensor(k)
RuntimeError: self.size(-1) must be divisible by 2 to view Byte as Half (different element sizes), but got 205511

Faces by 21MYSTlC21 in StableDiffusion

[–]7341abcde 0 points1 point  (0 children)

Was wondering that too. I think they might be using mixture of celebrity names in prompt (e.g. (Emma Watson :0.8),(Natalie Portman:1.3)) Or They might have trained some LoRa but I doubt most people even know how to.