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
@@ -249,7 +249,7 @@ def find_diffuser(name: str):
hf_api = hf.HfApi()
hf_filter = hf.ModelFilter(
model_name=name,
task='text-to-image',
# task='text-to-image',
library=['diffusers'],
)
models = list(hf_api.list_models(filter=hf_filter, full=True, limit=20, sort="downloads", direction=-1))