DemiPoto commited on
Commit
a4aa269
1 Parent(s): c8ec31e

Update all_models.py

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