DGSpitzer commited on
Commit
7e28125
1 Parent(s): b515edc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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, painting style, 4k, photorealistic"
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="512" 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="" width="512" height="512"/></center>
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