Update Realism v1.1 LoRA
Browse filesπ― **Key Improvements:**
β
Facial details are WAY better now - skin textures, fine features
β
Color accuracy significantly improved
β
Landscape lighting/shadows look much more natural
β
Better results across different ethnicities
πΌοΈ **What it does:**
Transforms Qwen-Image outputs to photorealistic quality. Works great for:
- Portraits (any ethnicity)
- Landscapes
- Street photography
- Corporate headshots
β‘ **Easy to use:**
- ComfyUI workflow included
- Works with diffusers
- No trigger words - just add "realism" to prompts
- .gitattributes +4 -0
- README.md +31 -1
- assets/prompt_004_comparison.png +3 -0
- assets/prompt_006_comparison.png +3 -0
- assets/prompt_010_comparison.png +3 -0
- assets/prompt_013_comparison.png +3 -0
- flymy_realism.safetensors +2 -2
.gitattributes
CHANGED
|
@@ -35,3 +35,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/flymy_realism.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
assets/comfyui_workflow.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
assets/flymy_realism.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
assets/comfyui_workflow.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
assets/prompt_004_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
assets/prompt_006_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
assets/prompt_010_comparison.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
assets/prompt_013_comparison.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -11,7 +11,6 @@ tags:
|
|
| 11 |
- qwen-image
|
| 12 |
- realism
|
| 13 |
- realism-lora
|
| 14 |
-
library_name: diffusers
|
| 15 |
---
|
| 16 |
## LORA Qwen-Image example
|
| 17 |
|
|
@@ -19,6 +18,14 @@ Lora for [Qwen-Image](https://huggingface.co/Qwen/Qwen-Image)
|
|
| 19 |
|
| 20 |
No trigger word required
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
# π§ͺ Usage
|
| 23 |
---
|
| 24 |
### π§ Initialization
|
|
@@ -120,6 +127,29 @@ The ComfyUI workflow provides a user-friendly interface for generating images wi
|
|
| 120 |
|
| 121 |

|
| 122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 123 |
|
| 124 |
## π€ Support
|
| 125 |
|
|
|
|
| 11 |
- qwen-image
|
| 12 |
- realism
|
| 13 |
- realism-lora
|
|
|
|
| 14 |
---
|
| 15 |
## LORA Qwen-Image example
|
| 16 |
|
|
|
|
| 18 |
|
| 19 |
No trigger word required
|
| 20 |
|
| 21 |
+
# π Updates
|
| 22 |
+
|
| 23 |
+
## August 13, 2025 - Realism v1.1 Release
|
| 24 |
+
- **Enhanced facial detail quality**: Improved fine-grained facial features and skin texture rendering
|
| 25 |
+
- **Better color reproduction**: More accurate and vibrant color representation across all scenes
|
| 26 |
+
- **Improved lighting and shadows for landscapes**: Enhanced natural lighting effects and shadow detail in outdoor scenes
|
| 27 |
+
- **Increased diversity across different ethnicities**: Better representation and quality for various racial and ethnic features
|
| 28 |
+
|
| 29 |
# π§ͺ Usage
|
| 30 |
---
|
| 31 |
### π§ Initialization
|
|
|
|
| 127 |
|
| 128 |

|
| 129 |
|
| 130 |
+
## π Side-by-Side Comparisons
|
| 131 |
+
|
| 132 |
+
Below are comparison images showing the improvements of our LoRA model across different scenarios:
|
| 133 |
+
|
| 134 |
+
### Mountain Landscape
|
| 135 |
+
**Prompt**: *"realism, mountain landscape at golden hour, low sun grazing alpine meadows, crisp ridgelines, thin mist in valley, high dynamic range sky, 24mm f/8, ISO 100, tripod, ultra-sharp foreground grass, micro-contrast on rocks"*
|
| 136 |
+
|
| 137 |
+

|
| 138 |
+
|
| 139 |
+
### Rainy Night City Scene
|
| 140 |
+
**Prompt**: *"realism, rainy night city scene with neon reflections, person holding a transparent umbrella, water droplets sharp on umbrella surface, shallow DOF, 55mm f/1.8, ISO 1600, blue and magenta neon, storefront sign reads "OPEN 24/7""*
|
| 141 |
+
|
| 142 |
+

|
| 143 |
+
|
| 144 |
+
### Athletic Motion
|
| 145 |
+
**Prompt**: *"realism, athlete mid-sprint on track, strong sunlight, backlit dust particles, frozen motion at 1/2000s, 200mm f/2.8, ISO 400, muscle definition and sweat droplets detailed, stadium banner says "FINALS""*
|
| 146 |
+
|
| 147 |
+

|
| 148 |
+
|
| 149 |
+
### Corporate Portrait
|
| 150 |
+
**Prompt**: *"realism, corporate headshot of a CTO in glass-walled office, city skyline bokeh, balanced key/fill lighting, 85mm f/2, ISO 100, crisp lapel and hair detail, subtle reflection on glasses"*
|
| 151 |
+
|
| 152 |
+

|
| 153 |
|
| 154 |
## π€ Support
|
| 155 |
|
assets/prompt_004_comparison.png
ADDED
|
Git LFS Details
|
assets/prompt_006_comparison.png
ADDED
|
Git LFS Details
|
assets/prompt_010_comparison.png
ADDED
|
Git LFS Details
|
assets/prompt_013_comparison.png
ADDED
|
Git LFS Details
|
flymy_realism.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f78ebf393813eac9f4e6339ddec022102bb4c0f3ab58b0f1e6db311601b1ccc8
|
| 3 |
+
size 94435528
|