roman-bachmann commited on
Commit
e6a3880
·
1 Parent(s): 1085def

link to aura-sr

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -167,8 +167,8 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
167
  The FlexTok decoder is a rectified flow model. The following settings control the seed of the initial noise, the number of denoising timesteps,
168
  the guidance scale, and whether to perform [Adaptive Projected Guidance](https://arxiv.org/abs/2410.02416) (we recommend enabling it).
169
 
170
- This FlexTok model operates at 256x256 resolution. You can optionally super-resolve the reconstructions to 1024x1024 using Aura-SR for
171
- sharper details, whithout changing the underlying reconstructed image too much.
172
  """)
173
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=1000)
174
  randomize_seed = gr.Checkbox(label="Randomize seed", value=False)
 
167
  The FlexTok decoder is a rectified flow model. The following settings control the seed of the initial noise, the number of denoising timesteps,
168
  the guidance scale, and whether to perform [Adaptive Projected Guidance](https://arxiv.org/abs/2410.02416) (we recommend enabling it).
169
 
170
+ This FlexTok model operates at 256x256 resolution. You can optionally super-resolve the reconstructions to 1024x1024 using
171
+ [Aura-SR](https://huggingface.co/fal/AuraSR) for sharper details, whithout changing the underlying reconstructed image too much.
172
  """)
173
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=1000)
174
  randomize_seed = gr.Checkbox(label="Randomize seed", value=False)