add actual latent upscalers

This commit is contained in:
Vladimir Mandic
2023-09-25 11:23:04 -04:00
parent 4ba2e23dd2
commit ff28ac35e0
11 changed files with 494 additions and 91 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ def create_ui():
hf_api = hf.HfApi()
model_filter = hf.ModelFilter(
model_name=keyword,
task='text-to-image',
# task='text-to-image',
library=['diffusers'],
)
models = hf_api.list_models(filter=model_filter, full=True, limit=50, sort="downloads", direction=-1)