JVice commited on
Commit
a6670ea
1 Parent(s): 9b07aae

changed default gen time to 50

Browse files
Files changed (1) hide show
  1. tab_manager.py +2 -2
tab_manager.py CHANGED
@@ -39,7 +39,7 @@ def general_bias_eval_setup(tab, modelID, imagesTab):
39
  "GEN Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
40
  "Image Height - must be a value that is 2 to the power of N",
41
  "Image Width - must be a value that is 2 to the power of N"],
42
- "GEN Values": ["2", "10", "512", "512"],
43
  }
44
  )
45
  generalBiasSetupDF_TYPE = pd.DataFrame(
@@ -130,7 +130,7 @@ def task_oriented_bias_eval_setup(tab, modelID, imagesTab):
130
  "TO Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
131
  "Image Height - must be a value that is 2 to the power of N",
132
  "Image Width - must be a value that is 2 to the power of N"],
133
- "TO Values": ["2", "10", "512", "512"],
134
  }
135
  )
136
  with tab:
 
39
  "GEN Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
40
  "Image Height - must be a value that is 2 to the power of N",
41
  "Image Width - must be a value that is 2 to the power of N"],
42
+ "GEN Values": ["2", "50", "512", "512"],
43
  }
44
  )
45
  generalBiasSetupDF_TYPE = pd.DataFrame(
 
130
  "TO Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
131
  "Image Height - must be a value that is 2 to the power of N",
132
  "Image Width - must be a value that is 2 to the power of N"],
133
+ "TO Values": ["2", "50", "512", "512"],
134
  }
135
  )
136
  with tab: