Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ model_id = "DGSpitzer/DGSpitzer-Art-Diffusion"
|
|
37 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
38 |
pipe = pipe.to("cuda")
|
39 |
|
40 |
-
prompt = "a beautiful mech girl,
|
41 |
image = pipe(prompt).images[0]
|
42 |
|
43 |
image.save("./dgspitzer_ai_art.png")
|
@@ -53,13 +53,13 @@ You can try the Online Web UI demo build with [Gradio](https://github.com/gradio
|
|
53 |
*Buy me a coffee if you like this project ;P ♥*
|
54 |
[![Buy me a coffee](https://badgen.net/badge/icon/Buy%20Me%20A%20Coffee?icon=buymeacoffee&label)](https://www.buymeacoffee.com/dgspitzer)
|
55 |
|
56 |
-
<center><img src="" width="
|
57 |
|
58 |
# **👇Model👇**
|
59 |
|
60 |
AI Model Weights available at huggingface: https://huggingface.co/DGSpitzer/DGSpitzer-Art-Diffusion
|
61 |
|
62 |
-
<center><img src="" width="
|
63 |
|
64 |
# Usage
|
65 |
|
|
|
37 |
pipe = StableDiffusionPipeline.from_pretrained(model_id, torch_dtype=torch.float16)
|
38 |
pipe = pipe.to("cuda")
|
39 |
|
40 |
+
prompt = "dgspitzer painting of a beautiful mech girl, 4k, photorealistic"
|
41 |
image = pipe(prompt).images[0]
|
42 |
|
43 |
image.save("./dgspitzer_ai_art.png")
|
|
|
53 |
*Buy me a coffee if you like this project ;P ♥*
|
54 |
[![Buy me a coffee](https://badgen.net/badge/icon/Buy%20Me%20A%20Coffee?icon=buymeacoffee&label)](https://www.buymeacoffee.com/dgspitzer)
|
55 |
|
56 |
+
<center><img src="https://huggingface.co/DGSpitzer/DGSpitzer-Art-Diffusion/resolve/main/img/1Style-Girl2.png" width="641" height="512"/></center>
|
57 |
|
58 |
# **👇Model👇**
|
59 |
|
60 |
AI Model Weights available at huggingface: https://huggingface.co/DGSpitzer/DGSpitzer-Art-Diffusion
|
61 |
|
62 |
+
<center><img src="https://huggingface.co/DGSpitzer/DGSpitzer-Art-Diffusion/resolve/main/img/2Style-Man.png" width="641" height="512"/></center>
|
63 |
|
64 |
# Usage
|
65 |
|