dn6 HF staff commited on
Commit
c241f06
1 Parent(s): 6c98113
Files changed (1) hide show
  1. README.md +1 -3
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="photorealistic portrait artwork of an floral robot with a dark night cyberpunk city background",
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,