evalstate HF Staff commited on
Commit
e44c844
·
verified ·
1 Parent(s): d0837bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,10 +23,10 @@ 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): "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:
 
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): 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: