Sign In

Thick Ass in Yoga Pants

187

1.7k

15.7k

66

Verified:

SafeTensor

Type

LoRA

Stats

1,705

15.7k

297

Reviews

Published

Dec 22, 2023

Base Model

SD 1.5

Training

Steps: 2,000
Epochs: 500

Usage Tips

Clip Skip: 1
Strength: 1

Trigger Words

thick ass
yoga pants
booty pose

Hash

AutoV2
01C2FF8D6C
default creator card background decoration
olly917's Avatar

olly917

Model Info

Prompt Keywords: thick ass, yoga pants, booty pose

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="ass_pose_in_yoga_pants.safetensors")