mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove pollinations refine toggle
This commit is contained in:
@ -844,7 +844,6 @@ pollinations.post('/generate', jsonParser, async (request, response) => {
|
||||
negative_prompt: String(request.body.negative_prompt),
|
||||
seed: String(request.body.seed >= 0 ? request.body.seed : Math.floor(Math.random() * 10_000_000)),
|
||||
enhance: String(request.body.enhance ?? false),
|
||||
refine: String(request.body.refine ?? false),
|
||||
width: String(request.body.width ?? 1024),
|
||||
height: String(request.body.height ?? 1024),
|
||||
nologo: String(true),
|
||||
|
Reference in New Issue
Block a user