DGSpitzer commited on
Commit
6282826
1 Parent(s): b21f646

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -38,7 +38,7 @@ model_id = "DGSpitzer/Guan-Yu-Diffusion"
38
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
39
  pipe = pipe.to("cuda")
40
 
41
- prompt = "Portrait of Guanyu in the street of Shanghai"
42
  image = pipe(prompt).images[0]
43
 
44
  image.save("./guanyu.png")
 
38
  pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
39
  pipe = pipe.to("cuda")
40
 
41
+ prompt = "Portrait of guanyu walking in ancient battlefield, close up shot"
42
  image = pipe(prompt).images[0]
43
 
44
  image.save("./guanyu.png")