File size: 5,882 Bytes
2333e4b
 
 
 
 
 
d77d9f5
 
 
4e63fbc
2333e4b
4e63fbc
 
 
 
2333e4b
eda2075
4e63fbc
 
 
 
 
2333e4b
eda2075
4e63fbc
 
 
 
 
 
 
 
2333e4b
eda2075
2333e4b
 
 
 
f7d2799
2333e4b
 
 
4e63fbc
2333e4b
4e63fbc
2333e4b
4e63fbc
2333e4b
4e63fbc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1c6ca8f
4e63fbc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2333e4b
 
 
 
 
d77d9f5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
---
tags:
- text-to-image
- lora
- diffusers
- template:diffusion-lora
- stable-diffusion-3.5-large-turbo
- hyper-realistic
- realism
- epic-realism
widget:
- text: >-
    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.
  output:
    url: images/222.webp
- text: >-
    Photograph of two young men, one with short blonde hair and the other with
    brown hair, standing in front of mountains and wearing old West-style and
    tank tops, abs, fit, The image is in a vintage black-and-white photography
    style, in the style of Richard Avedon. --v 6. 1 --ar 113:128
  output:
    url: images/000.webp
- text: >-
    A photorealistic portrait of a 22-year-old Indian woman smiles confidently
    at the camera, with long, straight black hair and warm brown eyes. She wears
    a yet casual dress that combines comfort and style, posed in a full-body
    shot with her hands casually resting at her sides, showcasing a stylish
    watch on her left wrist. The image features high detail and quality,
    captured in soft, natural lighting that accentuates her approachable
    expression as she stands in a modern urban environment.
  output:
    url: images/444.webp
base_model: stabilityai/stable-diffusion-3.5-large-turbo
instance_prompt: hyper realistic
license: creativeml-openrail-m
---
# SD3.5-4/8Step-Large-Turbo-HyperRealistic-LoRA

<Gallery />

**The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases.**

## Model description 

**prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA**

Image Processing Parameters 

| Parameter                 | Value  | Parameter                 | Value  |
|---------------------------|--------|---------------------------|--------|
| LR Scheduler              | constant | Noise Offset              | 0.03   |
| Optimizer                 | AdamW  | Multires Noise Discount   | 0.1    |
| Network Dim               | 64     | Multires Noise Iterations | 10     |
| Network Alpha             | 32     | Repeat & Steps           | 20 & 2.2k |
| Epoch                     | 15     | Save Every N Epochs       | 1      |

    Labeling: florence2-en(natural language & English)
    
    Total Images Used for Training : 30

## Sample Image + Prompt

![SD3.5-Large-Turbo-HyperRealistic-LoRA](images/333.webp)

| **Prompt**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Beautiful girl standing with beautiful vally in background, age 20, black short hair, waist shot, dynamic pose, smiling, dressed in fashion outfit, beautiful eyes, sweet makeup, 35mm lens, beautiful lighting, photorealistic, soft focus, kodak portra 800, 8k. |

## App File Structure

/project-root/

β”œβ”€β”€ .gitattributes         
β”œβ”€β”€ README.md      
β”œβ”€β”€ app.py             
β”œβ”€β”€ pythonproject.py     


## Setting Up

```
from diffusers import DiffusionPipeline
import torch

device = "cuda" if torch.cuda.is_available() else "cpu"
model_repo_id = "stabilityai/stable-diffusion-3.5-large-turbo"

torch_dtype = torch.bfloat16 if torch.cuda.is_available() else torch.float32

pipe = DiffusionPipeline.from_pretrained(model_repo_id, torch_dtype=torch_dtype)
pipe = pipe.to(device)

pipe.load_lora_weights("prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA", weight_name="SD3.5-4Step-Large-Turbo-HyperRealistic-LoRA.safetensors")
trigger_word = "hyper realistic"  # Specify trigger word for LoRA
pipe.fuse_lora(lora_scale=1.0))
```
## Trigger words 🧨

> [!WARNING]
> **Trigger words:**  You should use `hyper realistic` to trigger the image generation.

## Download model

Weights for this model are available in Safetensors format.

[Download](/prithivMLmods/SD3.5-4Step-Large-Turbo-HyperRealistic-LoRA/tree/main) them in the Files & versions tab.