Text-to-Image
Diffusers
lora
template:diffusion-lora
stable-diffusion-3.5-large-turbo
hyper-realistic
realism
epic-realism
Instructions to use prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA 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-turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA") prompt = "Hyper Realistic, dark haired woman is standing in front of orange light, in glossy transparent plastic futuristic raincoat, short hair, volumetric lighting, cinematic angle, glamour vibrant." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 130 Bytes
2751e38 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c5d99b0094f0d036286c39c2a1acf3138f3f96b9a4c318aaf92e0e1bb38d6d1f
size 77692
|