MrDrmm commited on
Commit
79df591
·
verified ·
1 Parent(s): 39ec09b

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +2 -3
model.py CHANGED
@@ -57,10 +57,9 @@ models = [
57
  'xey/sldr_flux_nsfw_v2-studio',
58
  ]
59
 
60
- #models = find_model_list("Disty0", [], "", "last_modified", 100)
61
 
62
-
63
- # Examples:
64
  #models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
65
  models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
66
  models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag
 
57
  'xey/sldr_flux_nsfw_v2-studio',
58
  ]
59
 
60
+ models = find_model_list("Disty0", [], "", "last_modified", 100)
61
 
62
+ Examples:
 
63
  #models = ['yodayo-ai/kivotos-xl-2.0', 'yodayo-ai/holodayo-xl-2.1'] # specific models
64
  models = find_model_list("John6666", [], "", "last_modified", 20) # John6666's latest 20 models
65
  models = find_model_list("John6666", ["anime"], "", "last_modified", 20) # John6666's latest 20 models with 'anime' tag