Model Info
Prompt Keywords: surprised look, surprised girl
Demo: https://colab.research.google.com/drive/1BDMiPrI9fuuA1pxZY-OAd4xM7BKUglfy?usp=sharing
**Note: Change the prompt in demo, must include Keywords.
works better if used with ControlNet
The LoRA model is created by "train_dreambooth_lora.py" script provided on official diffusers github repo (https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth_lora.py)
LoRA compatible with AUTOMATIC1111 or other WebUI.
You can also load this LoRA with few simple lines of code:
#Load any model (Base Model->SD 1.5) of your choice
pipeline = DiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", use_safetensors=True)
#Load LoRA
pipeline.load_lora_weights(pretrained_model_name_or_path_or_dict="path where lora is stored", weight_name="surprise.safetensors")
pipeline.fuse_lora(lora_scale=2.0)
Description
FAQ
Comments (10)
I get the following in the log window when trying to use the Lora. I think it's the same smaller message that is repeated over and over. I've tried a couple of 1.5 models and all have the same text before generation.
'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_q.lora_A.weight': 'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_q.lora_A_1.weight': 'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_q.lora_B.weight': 'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_q.lora_B_1.weight': 'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_v.lora_A.weight': 'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_v.lora_A_1.weight': 'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_v.lora_B.weight': 'unet', 'unet.up_blocks.3.attentions.2.transformer_blocks.0.attn2.to_v.lora_B_1.weight': 'unet'}
Ditto to something similar - error doesn't let me import.
update the packages and make sure to install peft, latest lora requires that.
@olly917 I wish! It only happens with this one amongst new loras. I'm sure it's nothing to do with your lora - if jonk999 was getting the same error as me then I'm guessing they also use magespace as their generating platform, not a local install. So something about this one gets crazy errors from magespace. It's happened a few times before - usually is fixable if an updated version comes out down the road or if there's an alt link to it like on huggingface or whatev. Makes zero sense, but an alt link often does the trick...even though they're to identical files. Beats me! Thanks for chiming in.
I'm using local install of Auto1111. Have found that using v1.7 doesn't show the error in the log window (I originally tested on v1.5 as that's the version I primarily use).
@jonk999 Oh you're using local? Got it. Wah wah, then it's just magespace that doesn't want to import it. Glad you got it working!
"YT clickbait generator" :-O
found a problem with this lora: highres-pass removes the effect of 'surprised', and turns the subject into 'expresionless'
Hi I like this lora a lot but cat get it to import into Draw Things UI
Get an error as well.
Details
Available On (1 platform)
Same model published on other platforms. May have additional downloads or version variants.



