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