Add attribution links

This commit is contained in:
Cohee 2024-04-10 21:21:31 +03:00
parent c90105e9f6
commit 5f6d895acf
2 changed files with 4 additions and 0 deletions

View File

@ -160,6 +160,9 @@
</div>
</div>
<div data-sd-source="pollinations">
<p>
<a href="https://pollinations.ai">Pollinations.ai</a>
</p>
<div class="flex-container">
<label class="flex1 checkbox_label" for="sd_pollinations_enhance">
<input id="sd_pollinations_enhance" type="checkbox" />

View File

@ -725,6 +725,7 @@ pollinations.post('/generate', jsonParser, async (request, response) => {
height: String(request.body.height ?? 1024),
nologo: String(true),
nofeed: String(true),
referer: 'sillytavern',
});
promptUrl.search = params.toString();