Update README.md
Browse files
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
|
| 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")
|