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/soul-window")
prompt = "derelict by tom bagshaw, paintable.cc; 3d shading"
image = pipe(prompt).images[0]











This is a style lora designed to give a more organic, and somewhat surreal feel to your Stable Diffusion 3.5 large images.
Because it is a style lora, shorter prompts will produce images with more of the effect than than longer, more detailed prompts.
NOTE: if you are using the latest version of ComfyUI, use this <lora:soul-window-lora.safetensors:1.0> at the start of your prompt instead of the trigger word.
The trigger word is: impasticeye
You should use impasticeye 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