Update README.md
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ decoder_pipeline = WuerstchenDecoderPipeline.from_pretrained(
|
|
51 |
).to(device)
|
52 |
|
53 |
caption = "Anthropomorphic cat dressed as a fire fighter"
|
54 |
-
negative_prompt = ""
|
55 |
|
56 |
prior_output = prior_pipeline(
|
57 |
prompt=caption,
|
@@ -59,7 +59,7 @@ prior_output = prior_pipeline(
|
|
59 |
width=1024,
|
60 |
timesteps=default_stage_c_timesteps,
|
61 |
negative_prompt=negative_prompt,
|
62 |
-
guidance_scale=
|
63 |
num_images_per_prompt=num_images_per_prompt,
|
64 |
)
|
65 |
decoder_output = decoder_pipeline(
|
|
|
51 |
).to(device)
|
52 |
|
53 |
caption = "Anthropomorphic cat dressed as a fire fighter"
|
54 |
+
negative_prompt = "bad anatomy, blurry, fuzzy, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated, drawing"
|
55 |
|
56 |
prior_output = prior_pipeline(
|
57 |
prompt=caption,
|
|
|
59 |
width=1024,
|
60 |
timesteps=default_stage_c_timesteps,
|
61 |
negative_prompt=negative_prompt,
|
62 |
+
guidance_scale=8.0,
|
63 |
num_images_per_prompt=num_images_per_prompt,
|
64 |
)
|
65 |
decoder_output = decoder_pipeline(
|