evalstate HF Staff commited on
Commit
8ec06b9
·
verified ·
1 Parent(s): dc5cb55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -23,7 +23,9 @@ pipe.flux_pipe_call_that_returns_an_iterable_of_images = flux_pipe_call_that_ret
23
  @spaces.GPU(duration=25)
24
  def infer(prompt, seed=42, randomize_seed=True, width=768, height=768, guidance_scale=4.5, num_inference_steps=24, progress=gr.Progress(track_tqdm=True)):
25
  """
 
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.
 
23
  @spaces.GPU(duration=25)
24
  def infer(prompt, seed=42, randomize_seed=True, width=768, height=768, guidance_scale=4.5, num_inference_steps=24, progress=gr.Progress(track_tqdm=True)):
25
  """
26
+
27
  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
28
+ Include the "Image URL" that links to the Image in your response
29
 
30
  Args:
31
  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.