strenght param
Browse files- src/routes/+page.svelte +1 -0
src/routes/+page.svelte
CHANGED
@@ -93,6 +93,7 @@
|
|
93 |
const { imgFile, imgBitmap: initialSketchBitmap } = await getCanvasSnapshot(canvas);
|
94 |
const form = new FormData();
|
95 |
form.append('prompt', txt);
|
|
|
96 |
form.append('image', imgFile);
|
97 |
|
98 |
try {
|
|
|
93 |
const { imgFile, imgBitmap: initialSketchBitmap } = await getCanvasSnapshot(canvas);
|
94 |
const form = new FormData();
|
95 |
form.append('prompt', txt);
|
96 |
+
form.append('strength', "0.85");
|
97 |
form.append('image', imgFile);
|
98 |
|
99 |
try {
|