From cf28df381cde65fafd9e94fa1cb469c0f8922455 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 13 May 2025 10:15:45 +0300 Subject: [PATCH] Fix Pollinations img query params --- src/endpoints/stable-diffusion.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/endpoints/stable-diffusion.js b/src/endpoints/stable-diffusion.js index 74883ea58..7b25d81da 100644 --- a/src/endpoints/stable-diffusion.js +++ b/src/endpoints/stable-diffusion.js @@ -824,7 +824,8 @@ pollinations.post('/generate', async (request, response) => { height: String(request.body.height ?? 1024), nologo: String(true), nofeed: String(true), - referer: 'sillytavern', + private: String(true), + referrer: 'sillytavern', }); promptUrl.search = params.toString();