Update README.md
Browse files
README.md
CHANGED
|
@@ -115,7 +115,7 @@ pipeline = StableDiffusion3KontextPipeline(
|
|
| 115 |
# Generate image
|
| 116 |
image = pipeline(
|
| 117 |
prompt='a pig with wings and a top hat flying over a happy futuristic scifi city',
|
| 118 |
-
negative_prompt='',
|
| 119 |
height=512, width=384,
|
| 120 |
num_inference_steps=50,
|
| 121 |
guidance_scale=3.5,
|
|
|
|
| 115 |
# Generate image
|
| 116 |
image = pipeline(
|
| 117 |
prompt='a pig with wings and a top hat flying over a happy futuristic scifi city',
|
| 118 |
+
negative_prompt='blurry, low quality, low resolution, distorted, deformed, broken content, missing parts, damaged details, artifacts, glitch, noise, pixelated, grainy, compression artifacts, bad composition, wrong proportion, incomplete editing, unfinished, unedited areas.',
|
| 119 |
height=512, width=384,
|
| 120 |
num_inference_steps=50,
|
| 121 |
guidance_scale=3.5,
|