horsey-defy commited on
Commit
c242249
·
1 Parent(s): f9c5d2e

Added logs

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -201,6 +201,7 @@ for model_name in model_list:
201
  name_without_ext = remove_id_and_ext(model_name)
202
  print(name_without_ext)
203
  model_names[name_without_ext] = model_name
 
204
 
205
  def txt2img(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed):
206
  result = rendernet_client.generate({
 
201
  name_without_ext = remove_id_and_ext(model_name)
202
  print(name_without_ext)
203
  model_names[name_without_ext] = model_name
204
+ print(model_names)
205
 
206
  def txt2img(prompt, negative_prompt, model, steps, sampler, cfg_scale, width, height, seed):
207
  result = rendernet_client.generate({