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