URL field names for filtering /models #1644
Unanswered
iwr-redmond
asked this question in
Q&A
Replies: 1 comment
|
Hi @iwr-redmond, If you want to filter programmatically, you’ll need to use the public API instead, e.g.: https://civitai.com/api/v1/models?types=Checkpoint&timePeriod=Month&baseModel=SD1 That will return the correct filtered results in JSON. At the moment, there isn’t a way to generate a shareable UI link with those filters applied — only the API supports it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I recently tried to link to a subset of /models and found it difficult to do so.
What I wanted to link to was:
It should be something like https://civitai.com/models?type=Checkpoint&TimePeriod=Month&BaseModel=SD1 but this did not work. What is the correct format please?
All reactions