Spaces:
Sleeping
Sleeping
lucaeyring
commited on
Commit
·
416974a
1
Parent(s):
b66671b
updated description
Browse files
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.
|
|
|
|
|
|
|
|
|
|
|
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{
|