Moibe commited on
Commit
7b2c7e1
1 Parent(s): e6af880

Upload 2 files

Browse files
Files changed (2) hide show
  1. README.md +18 -0
  2. model_index.json +39 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Model
6
+
7
+ The model is from [civitai-Yamer](https://civitai.com/models/84040?modelVersionId=196039). This is a very excellent model!Thank you Yamer!
8
+
9
+ For business inquires, commercial licensing, custom models/commissions, large scale image captioning for datasets and consultation contact me under [email protected]
10
+
11
+
12
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/643665d33193f279361cc292/yI0NH-NN08uVd6v1obZeu.png)
13
+
14
+
15
+
16
+
17
+
18
+
model_index.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLCommonPipeline",
3
+ "_diffusers_version": "0.21.2",
4
+ "_name_or_path": "/share2/wangqixun/model_dl/diffusion/ckp/sdxlUnstableDiffusers_v8HeavensWrathVAE/",
5
+ "controlnet_list": [
6
+ "controlnet",
7
+ "RPMultiControlNetModel"
8
+ ],
9
+ "force_zeros_for_empty_prompt": true,
10
+ "requires_aesthetics_score": false,
11
+ "scheduler": [
12
+ "diffusers",
13
+ "EulerDiscreteScheduler"
14
+ ],
15
+ "text_encoder": [
16
+ "transformers",
17
+ "CLIPTextModel"
18
+ ],
19
+ "text_encoder_2": [
20
+ "transformers",
21
+ "CLIPTextModelWithProjection"
22
+ ],
23
+ "tokenizer": [
24
+ "transformers",
25
+ "CLIPTokenizer"
26
+ ],
27
+ "tokenizer_2": [
28
+ "transformers",
29
+ "CLIPTokenizer"
30
+ ],
31
+ "unet": [
32
+ "diffusers",
33
+ "UNet2DConditionModel"
34
+ ],
35
+ "vae": [
36
+ "diffusers",
37
+ "AutoencoderKL"
38
+ ]
39
+ }