Update app.py
Browse files
app.py
CHANGED
|
@@ -27,8 +27,6 @@ default_negative_prompt = "(low quality, worst quality:1.2), very displeasing, 3
|
|
| 27 |
# Example prompts
|
| 28 |
example_prompts = [
|
| 29 |
["a beautiful woman in a summer dress at the beach, golden sunset, professional photography, 8k", default_negative_prompt, 40, 7.5, 1024, 1024, 4],
|
| 30 |
-
["portrait of a cyberpunk character, highly detailed, neon lights, futuristic cityscape in background, 8k, ultra realistic", default_negative_prompt, 50, 8.0, 768, 1024, 4],
|
| 31 |
-
["detailed fantasy art of magical forest with fairies, ethereal lighting, mystical atmosphere", default_negative_prompt, 60, 7.0, 1024, 768, 4],
|
| 32 |
["photorealistic portrait of a stunning model, studio lighting, fashion photography", default_negative_prompt, 45, 7.0, 1024, 1024, 4],
|
| 33 |
]
|
| 34 |
|
|
@@ -111,7 +109,7 @@ css = """
|
|
| 111 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
| 112 |
gr.HTML("""
|
| 113 |
<div class="header">
|
| 114 |
-
<h1>🎨 Unfiltered AI NSFW
|
| 115 |
<p>Enter creative prompts and generate high-quality images.</p>
|
| 116 |
</div>
|
| 117 |
""")
|
|
|
|
| 27 |
# Example prompts
|
| 28 |
example_prompts = [
|
| 29 |
["a beautiful woman in a summer dress at the beach, golden sunset, professional photography, 8k", default_negative_prompt, 40, 7.5, 1024, 1024, 4],
|
|
|
|
|
|
|
| 30 |
["photorealistic portrait of a stunning model, studio lighting, fashion photography", default_negative_prompt, 45, 7.0, 1024, 1024, 4],
|
| 31 |
]
|
| 32 |
|
|
|
|
| 109 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
| 110 |
gr.HTML("""
|
| 111 |
<div class="header">
|
| 112 |
+
<h1>🎨 Unfiltered AI NSFW Image Generator</h1>
|
| 113 |
<p>Enter creative prompts and generate high-quality images.</p>
|
| 114 |
</div>
|
| 115 |
""")
|