Text-to-Image
Diffusers
English
sd3
lora
template:sd-lora
StableDiffusion3
StableDiffusion3.5
ai-toolkit
Instructions to use AlekseyCalvin/StabledHSTorY_SD3.5_LoRA_V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlekseyCalvin/StabledHSTorY_SD3.5_LoRA_V1 with Diffusers:
pip install -U diffusers transformers accelerate
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("AlekseyCalvin/StabledHSTorY_SD3.5_LoRA_V1") prompt = "/@step 4000 weights:/ HST style autochrome photo of a drugged God Christ-insect in wooden pillbox being pinned needle-poked by a giant Marina Tsvetaeva in a long red gown, arcane symbolism, colorful HD realistic film in Yury Annenkov & David Lynch styles, detailed face worrying, full-height red-robed woman roams European city circa 1930" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Ctrl+K