DemiPoto commited on
Commit
756b3c6
·
verified ·
1 Parent(s): 0cc191e

Update all_models.py

Browse files
Files changed (1) hide show
  1. all_models.py +1 -1
all_models.py CHANGED
@@ -105,7 +105,7 @@ def update_tag(models_plus_tags,list_new_tag):
105
 
106
  from operator import itemgetter
107
 
108
- nb_models_to_load=10
109
  #models = find_model_list("Yntec", [], "", "last_modified", 20)
110
  models , models_plus_tags = find_model_list("John6666", ["stable-diffusion-xl"], "", "last_modified", nb_models_to_load)
111
  #tags_plus_models = orga_tag(clas_tags(models_plus_tags,2))
 
105
 
106
  from operator import itemgetter
107
 
108
+ nb_models_to_load=2000
109
  #models = find_model_list("Yntec", [], "", "last_modified", 20)
110
  models , models_plus_tags = find_model_list("John6666", ["stable-diffusion-xl"], "", "last_modified", nb_models_to_load)
111
  #tags_plus_models = orga_tag(clas_tags(models_plus_tags,2))