lucaeyring commited on
Commit
416974a
·
1 Parent(s): b66671b

updated description

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -275,7 +275,12 @@ def combined_function(gallery_state, loaded_model_setup, prompt, chosen_model, s
275
 
276
  # Create Gradio interface
277
  title="# ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization"
278
- description="Enter a prompt to generate an image using ReNO. Adjust the model and parameters as needed."
 
 
 
 
 
279
 
280
  css="""
281
  #model-status-id{
 
275
 
276
  # Create Gradio interface
277
  title="# ReNO: Enhancing One-step Text-to-Image Models through Reward-based Noise Optimization"
278
+ description = "Enter a prompt to generate an image using ReNO. The method enhances text-to-image generation by optimizing \
279
+ the initial noise using reward models as detailed in the paper. The demo uses a lower learning rate (2.5) compared to the paper's default (5.0) \
280
+ for smoother trajectories - if you are looking for more dramatic changes, you can increase this value. You can also \
281
+ adjust the reward weights to e.g. prioritize either prompt following (increase ImageReward) or aesthetic quality \
282
+ (increase HPS/PickScore) based on your preferences.\n\nThe first time you load this demo, it will take a bit \
283
+ to download and initialize the required model. Once loaded, each optimization run takes about 25-60 seconds."
284
 
285
  css="""
286
  #model-status-id{