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