>>46587154her little anchor from the "original" image is missing but I also dropped --no-half-vae between now and then which probably has something to do with it
>>46587235https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/80b26d2a69617b75d2d01c1e6b7d11445815ed4d#commitcomment-107149703LoRA weights changed
in a "seed breaking" way about a week ago.
I wrote a kludge that will just download the old versions of those two files and dump them into your Colab so you can still use the latest commit
until something else changes that relies on the "new" way LoRA weight are applied - at which point, I probably don't care. because I don't use LoRA. away!if LoRA_Fix:
print(' KING CRIMSON ', end=" ")
print('LoRA Fix - Deleting and Replacing /content/stable-diffusion-webui/extensions-builtin/Lora/
lora.py')
!rm -f /content/stable-diffusion-webui/extensions-builtin/Lora/
lora.py !wget -cq --show-progress -O /content/stable-diffusion-webui/extensions-builtin/Lora/
lora.py https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/2f0181405f25e1448a55697081e380020fe8c68d/extensions-builtin/Lora/lora.py print('Deleting and Replacing /content/stable-diffusion-webui/extensions-builtin/Lora/scripts/lora_script.py')
!rm -f /content/stable-diffusion-webui/extensions-builtin/Lora/scripts/lora_script.py
!wget -cq --show-progress -O /content/stable-diffusion-webui/extensions-builtin/Lora/scripts/lora_script.py
https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/b7d2af8c7fa48d6eef7517a6fbc63a3507c638d4/extensions-builtin/Lora/scripts/lora_script.py