patrickvonplaten commited on
Commit
82dcdde
·
1 Parent(s): f10710d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -45,13 +45,11 @@ pipeline = AutoPipelineForText2Image.from_pretrained(
45
  ).to(device)
46
 
47
  caption = "Anthropomorphic cat dressed as a fire fighter"
48
- negative_prompt = ""
49
 
50
  output = pipeline(
51
  prompt=caption,
52
  height=1024,
53
  width=1024,
54
- negative_prompt=negative_prompt,
55
  prior_guidance_scale=4.0,
56
  decoder_guidance_scale=0.0,
57
  ).images
 
45
  ).to(device)
46
 
47
  caption = "Anthropomorphic cat dressed as a fire fighter"
 
48
 
49
  output = pipeline(
50
  prompt=caption,
51
  height=1024,
52
  width=1024,
 
53
  prior_guidance_scale=4.0,
54
  decoder_guidance_scale=0.0,
55
  ).images