Skip to content

Commit 48bec80

Browse files
committed
fix
1 parent 3388009 commit 48bec80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/pipelines/auto_pipeline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ def search_civitai(search_word: str, **kwargs):
780780
params = {
781781
"query": search_word,
782782
"types": model_type,
783+
"sort": "Most Downloaded",
783784
"limit": 20,
784785
}
785786
if base_model is not None:

0 commit comments

Comments
 (0)