mishig HF staff commited on
Commit
9b361a7
1 Parent(s): 167f1e0

strenght param

Browse files
Files changed (1) hide show
  1. 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 {