diff --git a/workflows/img2img.json b/workflows/img2img.json index 0584cbb..40ee59d 100644 --- a/workflows/img2img.json +++ b/workflows/img2img.json @@ -30,7 +30,7 @@ "7": { "class_type": "CLIPTextEncode", "inputs": { - "text": "", + "text": "lowres, blurry, jpeg artifacts, watermark, text, signature, bad anatomy, extra limbs, missing fingers, deformed, ugly, low quality, worst quality", "clip": ["4", 1] } }, diff --git a/workflows/txt2img.json b/workflows/txt2img.json index 490a8c9..c427f92 100644 --- a/workflows/txt2img.json +++ b/workflows/txt2img.json @@ -38,7 +38,7 @@ "7": { "class_type": "CLIPTextEncode", "inputs": { - "text": "", + "text": "lowres, blurry, jpeg artifacts, watermark, text, signature, bad anatomy, extra limbs, missing fingers, deformed, ugly, low quality, worst quality", "clip": ["4", 1] } },