Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
75cc68d
1
Parent(s):
9453220
small prompt improvement
Browse files
src/utils/generateImageSDXL.mts
CHANGED
@@ -42,6 +42,8 @@ export async function generateImageSDXLAsBase64(options: {
|
|
42 |
|
43 |
const negative = [
|
44 |
negativePrompt,
|
|
|
|
|
45 |
"blurry",
|
46 |
// "artificial",
|
47 |
// "cropped",
|
|
|
42 |
|
43 |
const negative = [
|
44 |
negativePrompt,
|
45 |
+
"watermark",
|
46 |
+
"copyright",
|
47 |
"blurry",
|
48 |
// "artificial",
|
49 |
// "cropped",
|