Nupur Kumari commited on
Commit
7db1586
1 Parent(s): 9e8e54c

custom-diffusion-space

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