Spaces:
Running
on
Zero
Running
on
Zero
Himanshu-AT
commited on
Commit
·
3ad8d18
1
Parent(s):
33ea7aa
remove example build error
Browse files- .DS_Store +0 -0
- app.py +1 -1
- example.webp +0 -0
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
app.py
CHANGED
@@ -54,7 +54,7 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
54 |
yield image, seed
|
55 |
|
56 |
# Example cached image and settings
|
57 |
-
example_image_path = "" # Replace with the actual path to the example image
|
58 |
example_prompt = """An Indian male model with a fair to medium-light skin tone, featuring warm undertones for a natural and realistic look. The skin is smooth yet retains natural texture, with fine details like pores and subtle imperfections for added realism. The model has sharp, symmetrical facial features, including a defined jawline, high cheekbones, and almond-shaped expressive eyes with naturally groomed brows. His hair is styled in a trendy, Gen Z-appropriate manner, such as a textured crop, light fade, or tousled waves. The model has a well-proportioned body with natural, realistic hand structures—fingers and palms are anatomically accurate and naturally posed. The lighting is soft and balanced, accentuating the contours of his face and body while maintaining a photorealistic appearance. He exudes confidence and charm, with a relaxed posture and either a neutral expression or a subtle, genuine smile. The overall appeal blends Indian heritage with a modern global aesthetic, suitable for Gen Z"""
|
59 |
example_cfg_scale = 3.2
|
60 |
example_steps = 32
|
|
|
54 |
yield image, seed
|
55 |
|
56 |
# Example cached image and settings
|
57 |
+
example_image_path = "example.webp" # Replace with the actual path to the example image
|
58 |
example_prompt = """An Indian male model with a fair to medium-light skin tone, featuring warm undertones for a natural and realistic look. The skin is smooth yet retains natural texture, with fine details like pores and subtle imperfections for added realism. The model has sharp, symmetrical facial features, including a defined jawline, high cheekbones, and almond-shaped expressive eyes with naturally groomed brows. His hair is styled in a trendy, Gen Z-appropriate manner, such as a textured crop, light fade, or tousled waves. The model has a well-proportioned body with natural, realistic hand structures—fingers and palms are anatomically accurate and naturally posed. The lighting is soft and balanced, accentuating the contours of his face and body while maintaining a photorealistic appearance. He exudes confidence and charm, with a relaxed posture and either a neutral expression or a subtle, genuine smile. The overall appeal blends Indian heritage with a modern global aesthetic, suitable for Gen Z"""
|
59 |
example_cfg_scale = 3.2
|
60 |
example_steps = 32
|
example.webp
ADDED
![]() |