Nupur Kumari commited on
Commit
938fc9b
1 Parent(s): 25dd0a9

custom-diffusion-space

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -95,7 +95,8 @@ def create_training_demo(trainer: Trainer,
95
  precision=0)
96
  use_8bit_adam = gr.Checkbox(label='Use 8bit Adam', value=True)
97
  gr.Markdown('''
98
- - It will take about 8 minutes to train for 1000 steps with a T4 GPU.
 
99
  - You may want to try a small number of steps first, like 1, to see if everything works fine in your environment.
100
  - Note that your trained models will be deleted when the second training is started. You can upload your trained model in the "Upload" tab.
101
  ''')
 
95
  precision=0)
96
  use_8bit_adam = gr.Checkbox(label='Use 8bit Adam', value=True)
97
  gr.Markdown('''
98
+ - Only enable one of "Train Text Encoder" or "modifier token".
99
+ - It will take about ~10 minutes to train for 1000 steps with a 3090 GPU.
100
  - You may want to try a small number of steps first, like 1, to see if everything works fine in your environment.
101
  - Note that your trained models will be deleted when the second training is started. You can upload your trained model in the "Upload" tab.
102
  ''')