diff --git a/src/ts/process/stableDiff.ts b/src/ts/process/stableDiff.ts index ebcc4f54..769e7d9c 100644 --- a/src/ts/process/stableDiff.ts +++ b/src/ts/process/stableDiff.ts @@ -129,6 +129,9 @@ export async function stableDiff(currentChar:character,prompt:string){ "prompt": prompts.join(','), "negative_prompt": neg, 'sampler_name': db.sdConfig.sampler_name + }, + headers:{ + 'Content-Type': 'application/json' } })