Upload 2 files
Browse files- README.md +18 -0
- 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 yamer@rundiffusion.com
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+

|
| 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 |
+
}
|