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/cubic-abstract-1")
prompt = "fishing"
image = pipe(prompt).images[0]













This is a style lora, designed to give an abstract feel to your Stable Diffusion 3.5 Large generations. The trigger word is cubart.
Because this is a style lora, short prompts without a lot of details, that mostly focus on the subject, work much better than longer, more detailed prompts
if using the latest version of comfyUI, use this
<lora:cubic-abstract-lora.safetensors:1.0>
rather than the trigger word at the start of your prompt
You should use cubart 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