Add attribution links
This commit is contained in:
parent
c90105e9f6
commit
5f6d895acf
|
@ -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" />
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue