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
Add 4 files
Browse files- SD3.5-4Step-Large-Turbo-HyperRealistic-LoRA.safetensors +3 -0
- images/11.jpg +3 -0
- images/18.jpg +3 -0
- images/19.jpg +3 -0
SD3.5-4Step-Large-Turbo-HyperRealistic-LoRA.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dc8125d70404032e4a648e0571e8e9c566fb196b86e2cf0f8b672992ad86a7f
|
| 3 |
+
size 269737074
|
images/11.jpg
ADDED
|
Git LFS Details
|
images/18.jpg
ADDED
|
Git LFS Details
|
images/19.jpg
ADDED
|
Git LFS Details
|