fantos commited on
Commit
2de95f9
β€’
1 Parent(s): 0e7941e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +23 -1
app.py CHANGED
@@ -119,10 +119,32 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
119
 
120
  gr.HTML("""
121
  <div style="margin-top: 1em; padding: 1em; border-radius: 8px; background: rgba(255, 255, 255, 0.05);">
122
- <h4 style="margin: 0 0 0.5em 0;">Tips for best results:</h4>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
123
  <ul style="margin: 0; padding-left: 1.2em;">
124
  <li>Be specific in your descriptions</li>
125
  <li>Include details about style, lighting, and mood</li>
 
126
  <li>Experiment with different guidance scales</li>
127
  </ul>
128
  </div>
 
119
 
120
  gr.HTML("""
121
  <div style="margin-top: 1em; padding: 1em; border-radius: 8px; background: rgba(255, 255, 255, 0.05);">
122
+ <h4 style="margin: 0 0 0.5em 0;">Example Prompts:</h4>
123
+ <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
124
+ <p style="font-weight: bold; margin: 0 0 0.5em 0;">πŸŒ… Cinematic Landscape</p>
125
+ <p style="margin: 0; font-style: italic;">"A breathtaking mountain vista at golden hour, dramatic sunbeams piercing through clouds, snow-capped peaks reflecting warm light, ultra-high detail photography, artistically composed, award-winning landscape photo, shot on Hasselblad"</p>
126
+ </div>
127
+ <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
128
+ <p style="font-weight: bold; margin: 0 0 0.5em 0;">πŸ–ΌοΈ Fantasy Portrait</p>
129
+ <p style="margin: 0; font-style: italic;">"Ethereal portrait of an elven queen with flowing silver hair, adorned with luminescent crystals, intricate crown of twisted gold and moonstone, soft ethereal lighting, detailed facial features, fantasy art style, highly detailed, painted by Artgerm and Charlie Bowater"</p>
130
+ </div>
131
+ <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
132
+ <p style="font-weight: bold; margin: 0 0 0.5em 0;">πŸŒƒ Cyberpunk Scene</p>
133
+ <p style="margin: 0; font-style: italic;">"Neon-lit cyberpunk street market in rain, holographic advertisements reflecting in puddles, street vendors with glowing cyber-augmentations, dense urban environment, atmospheric fog, cinematic lighting, inspired by Blade Runner 2049"</p>
134
+ </div>
135
+ <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
136
+ <p style="font-weight: bold; margin: 0 0 0.5em 0;">🎨 Abstract Art</p>
137
+ <p style="margin: 0; font-style: italic;">"Vibrant abstract composition of flowing liquid colors, dynamic swirls of iridescent purples and teals, golden geometric patterns emerging from chaos, luxury art style, ultra-detailed, painted in oil on canvas, inspired by James Jean and Gustav Klimt"</p>
138
+ </div>
139
+ <div style="background: rgba(75, 121, 161, 0.1); padding: 1em; border-radius: 8px; margin-bottom: 1em;">
140
+ <p style="font-weight: bold; margin: 0 0 0.5em 0;">🌿 Macro Nature</p>
141
+ <p style="margin: 0; font-style: italic;">"Extreme macro photography of a dewdrop on a butterfly wing, rainbow light refraction, crystalline clarity, intricate wing scales visible, natural bokeh background, professional studio lighting, shot with Canon MP-E 65mm lens"</p>
142
+ </div>
143
+ <h4 style="margin: 1em 0 0.5em 0;">Tips for best results:</h4>
144
  <ul style="margin: 0; padding-left: 1.2em;">
145
  <li>Be specific in your descriptions</li>
146
  <li>Include details about style, lighting, and mood</li>
147
+ <li>Reference specific artists or techniques</li>
148
  <li>Experiment with different guidance scales</li>
149
  </ul>
150
  </div>