My Loras
Collection
loras i've made that are hosted here โข 12 items โข Updated โข 12
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("crystalwizard/Rustic-Whimsy-SD3.5-Large-Lora")
prompt = "rustic whimsy a girl in summer"
image = pipe(prompt).images[0]





This lora is designed to give a more organic feel to your Stable Diffusion 3.5 generations.
You should use rustic-whimsy to trigger the image generation.
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
Base model
stabilityai/stable-diffusion-3.5-large