AlexWortega commited on
Commit
ce831e0
1 Parent(s): e154cb6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  language:
3
  - en
4
  tags:
5
- - stable-diffusion
6
  - text-to-image
7
  license: creativeml-openrail-m
8
  inference: true
@@ -15,7 +15,7 @@ inference: true
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
 
@@ -43,7 +43,7 @@ from torch import autocast
43
  from diffusers import StableDiffusionPipeline
44
 
45
  pipe = StableDiffusionPipeline.from_pretrained(
46
- 'AlexWortega/AnimeDiffuion',
47
  torch_dtype=torch.float32
48
  ).to('cuda')
49
 
2
  language:
3
  - en
4
  tags:
5
+ - Vintedois (22h) Diffusion model
6
  - text-to-image
7
  license: creativeml-openrail-m
8
  inference: true
15
 
16
  # Anime Diffusion
17
 
18
+ Anime Diffusion2 is a latent text-to-image diffusion model based on Vintedois (22h) Diffusion model trained on BLIP captions for Danbou set + Demon slayer + arts from 4ch
19
 
20
 
21
 
43
  from diffusers import StableDiffusionPipeline
44
 
45
  pipe = StableDiffusionPipeline.from_pretrained(
46
+ 'AlexWortega/AnimeDiffuion2',
47
  torch_dtype=torch.float32
48
  ).to('cuda')
49