mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
add actual latent upscalers
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ if __name__ == "__main__":
|
||||
hf_api = hf.HfApi()
|
||||
model_filter = hf.ModelFilter(
|
||||
model_name=keyword,
|
||||
task='text-to-image',
|
||||
# task='text-to-image',
|
||||
library=['diffusers'],
|
||||
)
|
||||
res = hf_api.list_models(filter=model_filter, full=True, limit=50, sort="downloads", direction=-1)
|
||||
|
||||
Reference in New Issue
Block a user