BlafKing / sd-civitai-browser-plus

Extension to access CivitAI via WebUI: download, delete, scan for updates, list installed models, assign tags, and boost downloads with multi-threading.
GNU Affero General Public License v3.0
309 stars 53 forks source link

Inaccurate search results: *Please read before posting issues!* #237

Closed BlafKing closed 6 months ago

BlafKing commented 6 months ago

Currently there are quite a few problems with CivitAI API, this is a post detailing the issues I could find, no need to create a bug report about these, as this is unfortunately not something caused by this extension, which is why I'm listing them here.

  1. When the Sort By: is set to Newest and you are using any search term, then the results are usually broken. In this case, it often returns models that are no longer on CivitAI, these models still get returned but have no versions, so they get automatically hidden by the extension. Additionally, when all the results are models with no versions, a next page URL does not get returned by the API, resulting in no results, and no ability to go to the next page. (As a temporary workaround, you can try increasing the tile count.)

  2. The next page button is often broken, resulting in an internal server error.

  3. The content type filters do not influence search results if used together with any search term. For example, if you search for "dream" and set the content type to LORA then it still returns all the content types.

These are all the issues I could find, feel free to post any weird/broken search results here if you manage to come across them.

BlafKing commented 6 months ago

Looks like these issue have now been fixed by the CivitAI team, I'll mark this as resolved 👍🏻