We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9c51d commit ae25756Copy full SHA for ae25756
scripts/download_models.py
@@ -82,7 +82,7 @@ def list_models(
82
83
models: set[ModelResource] = set()
84
models.update([m for m in default_checkpoints if all or (m.id.identifier in checkpoints)])
85
- if minimal or recommended or all or sd15 or sdxl or flux:
+ if len(versions) > 1:
86
models.update([m for m in required_models if m.arch in versions])
87
if minimal:
88
models.add(default_checkpoints[0])
0 commit comments