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
289 stars 44 forks source link

[Bug]: model listing drops models on pagination #254

Closed yetanotherCoriolis closed 3 months ago

yetanotherCoriolis commented 4 months ago

Describe the bug.

When moving between pages of models, the first model on subsequent pages is missing, and perhaps from the first page as well.

Steps to reproduce the problem.

Set tile count to 20. Note the eleventh and twelfth models on the first page. Set tile count to 10. Note that the eleventh model does not appear at the start of the second page, but the twelfth. The eleventh model is nowhere in the listing.

Expected behavior

All models should show regardless of tile count.

System info

Console logs

no messages

Additional information

I'm guessing that this is zero-bias problem from civitai's new cursor implementation, but who knows.

BlafKing commented 4 months ago

Thanks for reporting!

This is indeed an issue caused by the CivitAI API, nice job catching it! I wouldn't have noticed myself, however, I unfortunately can't do anything about the issue.

It would be best to post the issue on the CivitAI github instead, so I've created a bug report for it here pretty much repeating what you wrote here.

I'll leave this bug report open until the issue is fixed by the CivitAI team 👍🏻

BlafKing commented 3 months ago

This issue has been fixed by the CivitAI team, I'll go ahead and close it 👍🏻

yetanotherCoriolis commented 3 months ago

Thank you!