Update README.md
Browse files
README.md
CHANGED
@@ -120,7 +120,7 @@ pipeline = StableDiffusion3KontextPipeline(
|
|
120 |
# Generate image
|
121 |
image = pipeline(
|
122 |
prompt='a pig with wings and a top hat flying over a happy futuristic scifi city',
|
123 |
-
negative_prompt='',
|
124 |
height=512, width=384,
|
125 |
num_inference_steps=50,
|
126 |
guidance_scale=3.5,
|
|
|
120 |
# Generate image
|
121 |
image = pipeline(
|
122 |
prompt='a pig with wings and a top hat flying over a happy futuristic scifi city',
|
123 |
+
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.',
|
124 |
height=512, width=384,
|
125 |
num_inference_steps=50,
|
126 |
guidance_scale=3.5,
|