Spaces:
Running
on
Zero
Running
on
Zero
Upload pexels-pixabay-355465.jpg
#7
by
linoyts
HF Staff
- opened
- .gitattributes +1 -0
- app.py +3 -2
- assets/pexels-pixabay-355465.jpg +3 -0
.gitattributes
CHANGED
@@ -42,3 +42,4 @@ assets/pexels-moose-photos-170195-1587009.jpg filter=lfs diff=lfs merge=lfs -tex
|
|
42 |
assets/pexels-simon-robben-55958-614810.jpg filter=lfs diff=lfs merge=lfs -text
|
43 |
assets/pexels-freestockpro-1227513.jpg filter=lfs diff=lfs merge=lfs -text
|
44 |
assets/pexels-pixabay-158827.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
42 |
assets/pexels-simon-robben-55958-614810.jpg filter=lfs diff=lfs merge=lfs -text
|
43 |
assets/pexels-freestockpro-1227513.jpg filter=lfs diff=lfs merge=lfs -text
|
44 |
assets/pexels-pixabay-158827.jpg filter=lfs diff=lfs merge=lfs -text
|
45 |
+
assets/pexels-pixabay-355465.jpg filter=lfs diff=lfs merge=lfs -text
|
app.py
CHANGED
@@ -325,7 +325,7 @@ with gr.Blocks(css=css) as demo:
|
|
325 |
with gr.Row():
|
326 |
|
327 |
illumination_dropdown = gr.Dropdown(
|
328 |
-
choices=list(ILLUMINATION_OPTIONS.keys())
|
329 |
value="sunshine from window",
|
330 |
label="Choose Lighting Style",
|
331 |
scale=2
|
@@ -389,7 +389,8 @@ with gr.Blocks(css=css) as demo:
|
|
389 |
["./assets/pexels-simon-robben-55958-614810.jpg", "Add directional sunlight from window source. Increase brightness on lit areas. Create hard shadows with sharp edges. Set warm white color temperature. Add visible light rays and dust particles in beams.", "sunshine from window", "top right", 0, True, 2.5],
|
390 |
["./assets/pexels-simon-robben-55958-614810.jpg", "add vibrant neon lights in electric blues, magentas, and greens casting colorful reflections on surfaces, creating a cyberpunk urban atmosphere with dramatic color contrasts", "neon night, city", "top left", 0, True, 2.5],
|
391 |
["./assets/pexels-freestockpro-1227513.jpg", "warm lighting with soft purple and pink color grading", "purple and pink hues at twilight", "auto", 0, True, 2.5],
|
392 |
-
["./assets/pexels-pixabay-158827.jpg", "Soft fog effects with reduced contrast throughout", "foggy morning, muted light", "auto", 0, True, 2.5]
|
|
|
393 |
],
|
394 |
inputs=[input_image, prompt, illumination_dropdown, direction_dropdown, seed, randomize_seed, guidance_scale],
|
395 |
outputs=[result, seed],
|
|
|
325 |
with gr.Row():
|
326 |
|
327 |
illumination_dropdown = gr.Dropdown(
|
328 |
+
choices=["custom"] + list(ILLUMINATION_OPTIONS.keys()),
|
329 |
value="sunshine from window",
|
330 |
label="Choose Lighting Style",
|
331 |
scale=2
|
|
|
389 |
["./assets/pexels-simon-robben-55958-614810.jpg", "Add directional sunlight from window source. Increase brightness on lit areas. Create hard shadows with sharp edges. Set warm white color temperature. Add visible light rays and dust particles in beams.", "sunshine from window", "top right", 0, True, 2.5],
|
390 |
["./assets/pexels-simon-robben-55958-614810.jpg", "add vibrant neon lights in electric blues, magentas, and greens casting colorful reflections on surfaces, creating a cyberpunk urban atmosphere with dramatic color contrasts", "neon night, city", "top left", 0, True, 2.5],
|
391 |
["./assets/pexels-freestockpro-1227513.jpg", "warm lighting with soft purple and pink color grading", "purple and pink hues at twilight", "auto", 0, True, 2.5],
|
392 |
+
["./assets/pexels-pixabay-158827.jpg", "Soft fog effects with reduced contrast throughout", "foggy morning, muted light", "auto", 0, True, 2.5],
|
393 |
+
["./assets/pexels-pixabay-355465.jpg", "daylight, bright sunshine", "custom", "auto", 0, True, 2.5]
|
394 |
],
|
395 |
inputs=[input_image, prompt, illumination_dropdown, direction_dropdown, seed, randomize_seed, guidance_scale],
|
396 |
outputs=[result, seed],
|
assets/pexels-pixabay-355465.jpg
ADDED
![]() |
Git LFS Details
|