Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def infer(prompt, seed=42, randomize_seed=True, width=768, height=768, guidance_
|
|
26 |
Generate natural, realistic professional-quality images using the Flux.1 Krea-Dev Image Generator, eliminating typical AI image artifacts. Specialized for Product photography, e-commerce visuals, concept art, fashion and beauty photography, stock images
|
27 |
|
28 |
Args:
|
29 |
-
prompt (str): Detailed description emphasizing technical photography terms, specific lighting, and material textures. Include professional camera/lens specifications for photorealistic results.
|
30 |
|
31 |
"""
|
32 |
if randomize_seed:
|
|
|
26 |
Generate natural, realistic professional-quality images using the Flux.1 Krea-Dev Image Generator, eliminating typical AI image artifacts. Specialized for Product photography, e-commerce visuals, concept art, fashion and beauty photography, stock images
|
27 |
|
28 |
Args:
|
29 |
+
prompt (str): Approximately 60-70 words max. Detailed description emphasizing technical photography terms, specific lighting, and material textures. Include professional camera/lens specifications for photorealistic results.
|
30 |
|
31 |
"""
|
32 |
if randomize_seed:
|