Remove pollinations refine toggle

This commit is contained in:
Cohee
2024-09-10 10:54:41 +00:00
parent 8948354bf0
commit 87f2dd9ae5
3 changed files with 1 additions and 17 deletions

View File

@ -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),