linoyts HF Staff commited on
Commit
1005a2d
·
verified ·
1 Parent(s): c4ad0a8

Upload pexels-pixabay-355465.jpg (#7)

Browse files

- Upload pexels-pixabay-355465.jpg (ed60585ae1c57bfaf85711733e5bb5d65b621c19)
- Update app.py (320238d01f252f387ee5e2238fd240bf14d584d0)
- Update app.py (68369ebfa12e00e14ca7388786f890581be723b6)
- Update app.py (c334cbdeb7a5872fa9463322b692f9b27cea62ec)

Files changed (3) hide show
  1. .gitattributes +1 -0
  2. app.py +3 -2
  3. 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()) + ["custom"],
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

  • SHA256: 69e1d39336188a98032e4cfbeb9395df87d4739fe1be23e29601fb2f1cadd822
  • Pointer size: 131 Bytes
  • Size of remote file: 269 kB