linoyts HF Staff commited on
Commit
6a95953
·
verified ·
1 Parent(s): 45a8341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -83,7 +83,7 @@ ILLUMINATION_OPTIONS = {
83
 
84
  # Seasonal & Nature
85
  "vibrant autumn lighting in a forest": "Enhanced warm autumn colors with dappled sunlight",
86
- "purple and pink hues at twilight": "Cool lighting with purple and pink color grading",
87
  "desert sunset with mirage-like glow": "Warm orange lighting with heat distortion effects",
88
  "sunrise through foggy mountains": "Warm lighting through mist with atmospheric perspective",
89
 
@@ -387,7 +387,9 @@ with gr.Blocks(css=css) as demo:
387
  ["./assets/pexels-moose-photos-170195-1587009.jpg", "Set blue-green color temperature. Add volumetric lighting effects. Reduce red channel significantly. Create particle effects in light beams. Add caustic light patterns.", "underwater glow, deep sea", "top", 0, True, 2.5],
388
  ["./assets/pexels-moose-photos-170195-1587009.jpg", "Replace lighting with red sources. Add flashing strobing effects. Increase contrast. Create harsh shadows. Set monochromatic red color scheme.", "red glow, emergency lights", "right side", 0, True, 2.5],
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
  ],
392
  inputs=[input_image, prompt, illumination_dropdown, direction_dropdown, seed, randomize_seed, guidance_scale],
393
  outputs=[result, seed],
 
83
 
84
  # Seasonal & Nature
85
  "vibrant autumn lighting in a forest": "Enhanced warm autumn colors with dappled sunlight",
86
+ "purple and pink hues at twilight": "Cool lighting with soft purple and pink color grading",
87
  "desert sunset with mirage-like glow": "Warm orange lighting with heat distortion effects",
88
  "sunrise through foggy mountains": "Warm lighting through mist with atmospheric perspective",
89
 
 
387
  ["./assets/pexels-moose-photos-170195-1587009.jpg", "Set blue-green color temperature. Add volumetric lighting effects. Reduce red channel significantly. Create particle effects in light beams. Add caustic light patterns.", "underwater glow, deep sea", "top", 0, True, 2.5],
388
  ["./assets/pexels-moose-photos-170195-1587009.jpg", "Replace lighting with red sources. Add flashing strobing effects. Increase contrast. Create harsh shadows. Set monochromatic red color scheme.", "red glow, emergency lights", "right side", 0, True, 2.5],
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],