tripathysagar commited on
Commit
48c2192
·
verified ·
1 Parent(s): 4516c4d

Update README.md

Browse files

updated `positive_magic` for syntext error. As it is a dict

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -57,7 +57,7 @@ pipe = DiffusionPipeline.from_pretrained(model_name, torch_dtype=torch_dtype)
57
  pipe = pipe.to(device)
58
 
59
  positive_magic = [
60
- "en": "Ultra HD, 4K, cinematic composition." # for english prompt,
61
  "zh": "超清,4K,电影级构图" # for chinese prompt,
62
  ]
63
 
 
57
  pipe = pipe.to(device)
58
 
59
  positive_magic = [
60
+ "en": "Ultra HD, 4K, cinematic composition.", # for english prompt
61
  "zh": "超清,4K,电影级构图" # for chinese prompt,
62
  ]
63