update
Browse files
README.md
CHANGED
@@ -209,10 +209,8 @@ from diffusers import StableCascadeCombinedPipeline
|
|
209 |
pipe = StableCascadeCombinedPipeline.from_pretrained("stabilityai/stable-cascade", variant="bf16", torch_dtype=torch.bfloat16)
|
210 |
|
211 |
prompt = "an image of a shiba inu, donning a spacesuit and helmet"
|
212 |
-
negative_prompt = ""
|
213 |
-
|
214 |
pipe(
|
215 |
-
prompt=
|
216 |
negative_prompt="",
|
217 |
num_inference_steps=10,
|
218 |
prior_num_inference_steps=20,
|
|
|
209 |
pipe = StableCascadeCombinedPipeline.from_pretrained("stabilityai/stable-cascade", variant="bf16", torch_dtype=torch.bfloat16)
|
210 |
|
211 |
prompt = "an image of a shiba inu, donning a spacesuit and helmet"
|
|
|
|
|
212 |
pipe(
|
213 |
+
prompt=prompt,
|
214 |
negative_prompt="",
|
215 |
num_inference_steps=10,
|
216 |
prior_num_inference_steps=20,
|