alfredplpl commited on
Commit
9d41d8d
1 Parent(s): e51f62d

Update README en

Browse files
Files changed (2) hide show
  1. README_en.md +14 -0
  2. preprocessor_config.json +20 -0
README_en.md CHANGED
@@ -1,5 +1,19 @@
1
  # Cool Japan Diffusion 2.1.0 Model Card
2
 
 
 
3
  # Introduction
 
 
4
 
5
  # Legal and ethical information
 
 
 
 
 
 
 
 
 
 
 
1
  # Cool Japan Diffusion 2.1.0 Model Card
2
 
3
+ ![アイキャッチ](eyecatch.jpg)
4
+
5
  # Introduction
6
+ Cool Japan Diffusion (for learning) is the latent diffusion model created from Stable Diffsion.
7
+ Cool Japan Diffusion is suitable for genetrating Cool Japan images such as Anime, Manga, and Game.
8
 
9
  # Legal and ethical information
10
+ We create this model legally.
11
+ However, we think that this model have ethical problems.
12
+ Therefore, we cannot use the model for commercially except for news reporting.
13
+
14
+ TBA.
15
+
16
+ # Usage
17
+ You can use the model by our [Space](https://huggingface.co/spaces/alfredplpl/cool-japan-diffusion-2-1-0).
18
+ I recommend use the model by Web UI.
19
+ You can download the model [here](https://huggingface.co/aipicasso/cool-japan-diffusion-2-1-0/resolve/main/v2-1-0.ckpt).
preprocessor_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": 224,
3
+ "do_center_crop": true,
4
+ "do_convert_rgb": true,
5
+ "do_normalize": true,
6
+ "do_resize": true,
7
+ "feature_extractor_type": "CLIPFeatureExtractor",
8
+ "image_mean": [
9
+ 0.48145466,
10
+ 0.4578275,
11
+ 0.40821073
12
+ ],
13
+ "image_std": [
14
+ 0.26862954,
15
+ 0.26130258,
16
+ 0.27577711
17
+ ],
18
+ "resample": 3,
19
+ "size": 224
20
+ }