E-Anlia commited on
Commit
b64f4cd
·
verified ·
1 Parent(s): 62a52a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -123,7 +123,7 @@ def main():
123
  ).to("cuda")
124
  # use float16 if your GPU does not support bfloat16
125
 
126
- prompt = "1girl, blue hair, armor, high detail, dramatic lighting"
127
 
128
  image = pipe(
129
  prompt,
@@ -137,4 +137,4 @@ def main():
137
 
138
  if __name__ == "__main__":
139
  main()
140
- ```
 
123
  ).to("cuda")
124
  # use float16 if your GPU does not support bfloat16
125
 
126
+ prompt = "1girl"
127
 
128
  image = pipe(
129
  prompt,
 
137
 
138
  if __name__ == "__main__":
139
  main()
140
+ ```