mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add CLIP skip control for SD
This commit is contained in:
@@ -325,6 +325,7 @@ router.post('/generate-image', jsonParser, async (request, response) => {
|
||||
width: request.body.width,
|
||||
height: request.body.height,
|
||||
karras: Boolean(request.body.karras),
|
||||
clip_skip: request.body.clip_skip,
|
||||
n: 1,
|
||||
},
|
||||
r2: false,
|
||||
|
Reference in New Issue
Block a user