Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -52,10 +52,10 @@ def generate_image(
|
|
52 |
progress=gr.Progress(track_tqdm=True),
|
53 |
):
|
54 |
"""
|
55 |
-
Generates high quality images using the Qwen-Image model.
|
56 |
|
57 |
Args:
|
58 |
-
prompt (str):
|
59 |
"""
|
60 |
# Hardcode the negative prompt as requested
|
61 |
negative_prompt = "text, watermark, copyright, blurry, low resolution"
|
|
|
52 |
progress=gr.Progress(track_tqdm=True),
|
53 |
):
|
54 |
"""
|
55 |
+
Generates high quality images using the Qwen-Image model. Include links to the Image in your response.
|
56 |
|
57 |
Args:
|
58 |
+
prompt (str): Text description of the image to generate. Include: subject, style (e.g. photorealistic/anime/oil painting/watercolor/3D render), composition (e.g. close-up/wide shot/dynamic angle), lighting (e.g. soft/dramatic/backlit), colors (e.g. vibrant/muted/monochrome), mood (e.g. serene/dramatic/mysterious), setting. Specify text inquotes with position if needed. Keep under 200 words for best results.
|
59 |
"""
|
60 |
# Hardcode the negative prompt as requested
|
61 |
negative_prompt = "text, watermark, copyright, blurry, low resolution"
|