Upload 18 files
Browse files- model_index.json +0 -1
- scheduler/scheduler_config.json +4 -1
- text_encoder/config.json +0 -1
- text_encoder_2/config.json +0 -1
- tokenizer/special_tokens_map.json +3 -9
- tokenizer/tokenizer_config.json +1 -1
- tokenizer_2/special_tokens_map.json +3 -9
- tokenizer_2/tokenizer_config.json +1 -1
- unet/config.json +1 -2
- vae/config.json +3 -3
- vae/diffusion_pytorch_model.safetensors +1 -1
model_index.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
"_diffusers_version": "0.29.1",
|
4 |
-
"_name_or_path": "votepurchase/ponyDiffusionV6XL",
|
5 |
"feature_extractor": [
|
6 |
null,
|
7 |
null
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
"_diffusers_version": "0.29.1",
|
|
|
4 |
"feature_extractor": [
|
5 |
null,
|
6 |
null
|
scheduler/scheduler_config.json
CHANGED
@@ -5,8 +5,9 @@
|
|
5 |
"beta_end": 0.012,
|
6 |
"beta_schedule": "scaled_linear",
|
7 |
"beta_start": 0.00085,
|
|
|
8 |
"dynamic_thresholding_ratio": 0.995,
|
9 |
-
"euler_at_final":
|
10 |
"final_sigmas_type": "zero",
|
11 |
"interpolation_type": "linear",
|
12 |
"lower_order_final": true,
|
@@ -14,10 +15,12 @@
|
|
14 |
"prediction_type": "epsilon",
|
15 |
"rho": 7.0,
|
16 |
"sample_max_value": 1.0,
|
|
|
17 |
"sigma_data": 0.5,
|
18 |
"sigma_max": 80.0,
|
19 |
"sigma_min": 0.002,
|
20 |
"sigma_schedule": "karras",
|
|
|
21 |
"solver_order": 2,
|
22 |
"solver_type": "midpoint",
|
23 |
"steps_offset": 1,
|
|
|
5 |
"beta_end": 0.012,
|
6 |
"beta_schedule": "scaled_linear",
|
7 |
"beta_start": 0.00085,
|
8 |
+
"clip_sample": false,
|
9 |
"dynamic_thresholding_ratio": 0.995,
|
10 |
+
"euler_at_final": false,
|
11 |
"final_sigmas_type": "zero",
|
12 |
"interpolation_type": "linear",
|
13 |
"lower_order_final": true,
|
|
|
15 |
"prediction_type": "epsilon",
|
16 |
"rho": 7.0,
|
17 |
"sample_max_value": 1.0,
|
18 |
+
"set_alpha_to_one": false,
|
19 |
"sigma_data": 0.5,
|
20 |
"sigma_max": 80.0,
|
21 |
"sigma_min": 0.002,
|
22 |
"sigma_schedule": "karras",
|
23 |
+
"skip_prk_steps": true,
|
24 |
"solver_order": 2,
|
25 |
"solver_type": "midpoint",
|
26 |
"steps_offset": 1,
|
text_encoder/config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "C:\\Users\\User\\.cache\\huggingface\\hub\\models--votepurchase--ponyDiffusionV6XL\\snapshots\\d3c3b5c473a7c9a579f29f71864e92bb47538dfe\\text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"CLIPTextModel"
|
4 |
],
|
text_encoder_2/config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "C:\\Users\\User\\.cache\\huggingface\\hub\\models--votepurchase--ponyDiffusionV6XL\\snapshots\\d3c3b5c473a7c9a579f29f71864e92bb47538dfe\\text_encoder_2",
|
3 |
"architectures": [
|
4 |
"CLIPTextModelWithProjection"
|
5 |
],
|
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"CLIPTextModelWithProjection"
|
4 |
],
|
tokenizer/special_tokens_map.json
CHANGED
@@ -9,21 +9,15 @@
|
|
9 |
"eos_token": {
|
10 |
"content": "<|endoftext|>",
|
11 |
"lstrip": false,
|
12 |
-
"normalized":
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": {
|
17 |
-
"content": "<|endoftext|>",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
|
|
23 |
"unk_token": {
|
24 |
"content": "<|endoftext|>",
|
25 |
"lstrip": false,
|
26 |
-
"normalized":
|
27 |
"rstrip": false,
|
28 |
"single_word": false
|
29 |
}
|
|
|
9 |
"eos_token": {
|
10 |
"content": "<|endoftext|>",
|
11 |
"lstrip": false,
|
12 |
+
"normalized": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "<|endoftext|>",
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
}
|
tokenizer/tokenizer_config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"49407": {
|
13 |
"content": "<|endoftext|>",
|
14 |
"lstrip": false,
|
15 |
-
"normalized":
|
16 |
"rstrip": false,
|
17 |
"single_word": false,
|
18 |
"special": true
|
|
|
12 |
"49407": {
|
13 |
"content": "<|endoftext|>",
|
14 |
"lstrip": false,
|
15 |
+
"normalized": true,
|
16 |
"rstrip": false,
|
17 |
"single_word": false,
|
18 |
"special": true
|
tokenizer_2/special_tokens_map.json
CHANGED
@@ -9,21 +9,15 @@
|
|
9 |
"eos_token": {
|
10 |
"content": "<|endoftext|>",
|
11 |
"lstrip": false,
|
12 |
-
"normalized":
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": {
|
17 |
-
"content": "!",
|
18 |
-
"lstrip": false,
|
19 |
-
"normalized": false,
|
20 |
"rstrip": false,
|
21 |
"single_word": false
|
22 |
},
|
|
|
23 |
"unk_token": {
|
24 |
"content": "<|endoftext|>",
|
25 |
"lstrip": false,
|
26 |
-
"normalized":
|
27 |
"rstrip": false,
|
28 |
"single_word": false
|
29 |
}
|
|
|
9 |
"eos_token": {
|
10 |
"content": "<|endoftext|>",
|
11 |
"lstrip": false,
|
12 |
+
"normalized": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
"rstrip": false,
|
14 |
"single_word": false
|
15 |
},
|
16 |
+
"pad_token": "!",
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
20 |
+
"normalized": true,
|
21 |
"rstrip": false,
|
22 |
"single_word": false
|
23 |
}
|
tokenizer_2/tokenizer_config.json
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"49407": {
|
21 |
"content": "<|endoftext|>",
|
22 |
"lstrip": false,
|
23 |
-
"normalized":
|
24 |
"rstrip": false,
|
25 |
"single_word": false,
|
26 |
"special": true
|
|
|
20 |
"49407": {
|
21 |
"content": "<|endoftext|>",
|
22 |
"lstrip": false,
|
23 |
+
"normalized": true,
|
24 |
"rstrip": false,
|
25 |
"single_word": false,
|
26 |
"special": true
|
unet/config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.29.1",
|
4 |
-
"_name_or_path": "C:\\Users\\User\\.cache\\huggingface\\hub\\models--votepurchase--ponyDiffusionV6XL\\snapshots\\d3c3b5c473a7c9a579f29f71864e92bb47538dfe\\unet",
|
5 |
"act_fn": "silu",
|
6 |
"addition_embed_type": "text_time",
|
7 |
"addition_embed_type_num_heads": 64,
|
@@ -68,6 +67,6 @@
|
|
68 |
"CrossAttnUpBlock2D",
|
69 |
"UpBlock2D"
|
70 |
],
|
71 |
-
"upcast_attention":
|
72 |
"use_linear_projection": true
|
73 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.29.1",
|
|
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": "text_time",
|
6 |
"addition_embed_type_num_heads": 64,
|
|
|
67 |
"CrossAttnUpBlock2D",
|
68 |
"UpBlock2D"
|
69 |
],
|
70 |
+
"upcast_attention": null,
|
71 |
"use_linear_projection": true
|
72 |
}
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.29.1",
|
4 |
-
"_name_or_path": "
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
@@ -23,8 +23,8 @@
|
|
23 |
"layers_per_block": 2,
|
24 |
"norm_num_groups": 32,
|
25 |
"out_channels": 3,
|
26 |
-
"sample_size":
|
27 |
-
"scaling_factor": 0.
|
28 |
"shift_factor": null,
|
29 |
"up_block_types": [
|
30 |
"UpDecoderBlock2D",
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.29.1",
|
4 |
+
"_name_or_path": "../sdxl-vae/",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
|
|
23 |
"layers_per_block": 2,
|
24 |
"norm_num_groups": 32,
|
25 |
"out_channels": 3,
|
26 |
+
"sample_size": 1024,
|
27 |
+
"scaling_factor": 0.13025,
|
28 |
"shift_factor": null,
|
29 |
"up_block_types": [
|
30 |
"UpDecoderBlock2D",
|
vae/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 167335342
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bcb60880a46b63dea58e9bc591abe15f8350bde47b405f9c38f4be70c6161e68
|
3 |
size 167335342
|