AlexWortega commited on
Commit
216c305
1 Parent(s): 0636f0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -7
README.md CHANGED
@@ -9,12 +9,14 @@ inference: true
9
 
10
  ---
11
 
12
- # Anime Diffusion
 
 
13
 
14
- Anime Diffusion is a latent text-to-image diffusion model trained on
15
 
 
16
 
17
- # Gradio & Colab
18
 
19
 
20
  ## Model Description
@@ -47,7 +49,7 @@ pipe = StableDiffusionPipeline.from_pretrained(
47
 
48
  negative_prompt = """low-res, duplicate, poorly drawn face, ugly, undetailed face"""
49
  d = 'white girl'
50
- prompt = f"1girl, aqua eyes, baseball cap, blonde hair, closed mouth, earrings, green background, hat, hoop earrings, jewelry, looking at viewer, shirt, short hair, simple background, solo, upper body, yellow shirt"
51
  num_samples = 1
52
 
53
  with torch.inference_mode():
@@ -63,13 +65,14 @@ with torch.inference_mode():
63
  images[0].save("test.png")
64
  ```
65
 
66
- ## Team Members and Acknowledgements
67
 
68
  This project would not have been possible without the incredible work by the [CompVis Researchers](https://ommer-lab.com/).
69
 
70
- - [Alex Wortega](https://github.com/AlexWortega) Open to work!!
 
71
 
72
 
73
- In order to reach us, you can join our
74
 
75
  [![My tg channel]](https://t.me/lovedeathtransformers)
 
9
 
10
  ---
11
 
12
+ ![image](photo_2023-01-06_00-30-33.jpg)
13
+ <sub>pink hair guy in glasses, photograph, sporty body, cinematic lighting, clear eyes, perfect face, blush, beautiful nose, beautiful eyes, detailed eyes</sub>
14
+
15
 
16
+ # Anime Diffusion
17
 
18
+ Anime Diffusion is a latent text-to-image diffusion model trained on BLIP captions for Danbou set + Demon slayer + arts from 4ch
19
 
 
20
 
21
 
22
  ## Model Description
 
49
 
50
  negative_prompt = """low-res, duplicate, poorly drawn face, ugly, undetailed face"""
51
  d = 'white girl'
52
+ prompt = f"pink hair guy in glasses, photograph, sporty body, cinematic lighting, clear eyes, perfect face, blush, beautiful nose, beautiful eyes, detailed eyes"
53
  num_samples = 1
54
 
55
  with torch.inference_mode():
 
65
  images[0].save("test.png")
66
  ```
67
 
68
+ ## Team Member and Acknowledgements
69
 
70
  This project would not have been possible without the incredible work by the [CompVis Researchers](https://ommer-lab.com/).
71
 
72
+ - [Alex Wortega](https://github.com/AlexWortega)
73
+ <sub>alexwortega@yandex.ru</sub>
74
 
75
 
76
+ In order to reach me, here is my blog:
77
 
78
  [![My tg channel]](https://t.me/lovedeathtransformers)