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 e369fe4 commit e1b752eCopy full SHA for e1b752e
StabilityMatrix.Avalonia/ViewModels/CheckpointBrowser/CivitAiBrowserViewModel.cs
@@ -674,7 +674,7 @@ private async Task SearchModels(bool isInfiniteScroll = false)
674
// Build request
675
var modelRequest = new CivitModelsRequest
676
{
677
- Limit = TargetPageItemCount,
+ Limit = TargetPageItemCount + 20, // Fetch a few extra to account for local filtering
678
Nsfw = "true", // Handled by local view filter
679
Sort = SortMode,
680
Period = SelectedPeriod,
0 commit comments