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/3D-sculpture-lora")
prompt = "massive, fancy, decorated, wedding cake"
image = pipe(prompt).images[0]






This is a style lora, designed to create images that appear to be 3D sculptures.
Shorter prompts work better than longer, more detailed prompts.
NOTE: if you are using ComfyUI, and are at the latest levels, use <lora:3d-sculpture-lora.safetensors:1.0> instead of the trigger word.
You should use 3d-sculp 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