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();