Update README.md #28
by
Iiila
- opened
README.md
CHANGED
@@ -5,7 +5,7 @@ thumbnail: "https://huggingface.co/DGSpitzer/Cyberpunk-Anime-Diffusion/resolve/m
|
|
5 |
tags:
|
6 |
- cyberpunk
|
7 |
- anime
|
8 |
-
-
|
9 |
- stable-diffusion
|
10 |
- aiart
|
11 |
license: creativeml-openrail-m
|
@@ -34,13 +34,9 @@ from diffusers import StableDiffusionPipeline
|
|
34 |
import torch
|
35 |
|
36 |
model_id = "DGSpitzer/Cyberpunk-Anime-Diffusion"
|
37 |
-
pipe = StableDiffusionPipeline.from_pretrained(
|
38 |
-
pipe = pipe.to("cuda")
|
39 |
|
40 |
-
prompt = "a beautiful perfect face girl in dgs illustration style, Anime fine details portrait of school girl in front of modern tokyo city landscape on the background deep bokeh, anime masterpiece, 8k, sharp
|
41 |
-
image = pipe(prompt).images[0]
|
42 |
-
|
43 |
-
image.save("./cyberpunk_girl.png")
|
44 |
```
|
45 |
|
46 |
# Online Demo
|
5 |
tags:
|
6 |
- cyberpunk
|
7 |
- anime
|
8 |
+
- boy-diffusion
|
9 |
- stable-diffusion
|
10 |
- aiart
|
11 |
license: creativeml-openrail-m
|
34 |
import torch
|
35 |
|
36 |
model_id = "DGSpitzer/Cyberpunk-Anime-Diffusion"
|
37 |
+
pipe = StableDiffusionPipeline.from_pretrained(mo boy with white eyes hair from brown to white. gadgets like an iron man with the power to control the elements to("cuda")
|
|
|
38 |
|
39 |
+
prompt = "a beautiful perfect face girl in dgs illustration style, Anime fine details portrait of school girl in front of modern tokyo city landscape on the background deep bokeh, anime masterpiece, 8k, sharp
|
|
|
|
|
|
|
40 |
```
|
41 |
|
42 |
# Online Demo
|