Fabrice-TIERCELIN commited on
Commit
321fefa
·
verified ·
1 Parent(s): 7c17dfa

TeaCache seems unstable

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1285,7 +1285,7 @@ with block:
1285
 
1286
  with gr.Accordion("Advanced settings", open=False):
1287
  enable_preview = gr.Checkbox(label='Enable preview', value=True, info='Display a preview around each second generated but it costs 2 sec. for each second generated.')
1288
- use_teacache = gr.Checkbox(label='Use TeaCache', value=False, info='Faster speed and no break in brightness, but often makes hands and fingers slightly worse.')
1289
 
1290
  n_prompt = gr.Textbox(label="Negative Prompt", value="Missing arm, long hand, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry, over-smooth", info='Requires using normal CFG (undistilled) instead of Distilled (set Distilled=1 and CFG > 1).')
1291
 
 
1285
 
1286
  with gr.Accordion("Advanced settings", open=False):
1287
  enable_preview = gr.Checkbox(label='Enable preview', value=True, info='Display a preview around each second generated but it costs 2 sec. for each second generated.')
1288
+ use_teacache = gr.Checkbox(label='Use TeaCache', value=False, info='Faster speed and no break in brightness, but often makes hands and fingers slightly worse. TeaCache seems unstable.')
1289
 
1290
  n_prompt = gr.Textbox(label="Negative Prompt", value="Missing arm, long hand, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry, over-smooth", info='Requires using normal CFG (undistilled) instead of Distilled (set Distilled=1 and CFG > 1).')
1291