Upload StableDiffusionXLPipeline
Browse files- model_index.json +1 -1
- scheduler/scheduler_config.json +1 -1
- text_encoder/adapter_config.json +11 -49
- text_encoder_2/adapter_config.json +11 -129
- unet/config.json +1 -1
- vae/config.json +1 -1
model_index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionXLPipeline",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 5 |
"feature_extractor": [
|
| 6 |
null,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionXLPipeline",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
"_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
|
| 5 |
"feature_extractor": [
|
| 6 |
null,
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "EulerDiscreteScheduler",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "EulerDiscreteScheduler",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
text_encoder/adapter_config.json
CHANGED
|
@@ -3,13 +3,17 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": null,
|
| 5 |
"bias": "none",
|
|
|
|
|
|
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": false,
|
| 8 |
"init_lora_weights": true,
|
|
|
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
"loftq_config": {},
|
| 12 |
"lora_alpha": 4,
|
|
|
|
| 13 |
"lora_dropout": 0.0,
|
| 14 |
"megatron_config": null,
|
| 15 |
"megatron_core": "megatron.core",
|
|
@@ -19,54 +23,12 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"text_model.encoder.layers.11.self_attn.q_proj",
|
| 27 |
-
"text_model.encoder.layers.2.self_attn.k_proj",
|
| 28 |
-
"text_model.encoder.layers.2.self_attn.q_proj",
|
| 29 |
-
"text_model.encoder.layers.8.self_attn.q_proj",
|
| 30 |
-
"text_model.encoder.layers.0.self_attn.q_proj",
|
| 31 |
-
"text_model.encoder.layers.2.self_attn.out_proj",
|
| 32 |
-
"text_model.encoder.layers.3.self_attn.out_proj",
|
| 33 |
-
"text_model.encoder.layers.0.self_attn.v_proj",
|
| 34 |
-
"text_model.encoder.layers.8.self_attn.k_proj",
|
| 35 |
-
"text_model.encoder.layers.5.self_attn.q_proj",
|
| 36 |
-
"text_model.encoder.layers.2.self_attn.v_proj",
|
| 37 |
-
"text_model.encoder.layers.5.self_attn.k_proj",
|
| 38 |
-
"text_model.encoder.layers.0.self_attn.k_proj",
|
| 39 |
-
"text_model.encoder.layers.9.self_attn.v_proj",
|
| 40 |
-
"text_model.encoder.layers.6.self_attn.v_proj",
|
| 41 |
-
"text_model.encoder.layers.4.self_attn.v_proj",
|
| 42 |
-
"text_model.encoder.layers.1.self_attn.out_proj",
|
| 43 |
-
"text_model.encoder.layers.6.self_attn.q_proj",
|
| 44 |
-
"text_model.encoder.layers.3.self_attn.k_proj",
|
| 45 |
-
"text_model.encoder.layers.9.self_attn.out_proj",
|
| 46 |
-
"text_model.encoder.layers.5.self_attn.out_proj",
|
| 47 |
-
"text_model.encoder.layers.11.self_attn.out_proj",
|
| 48 |
-
"text_model.encoder.layers.6.self_attn.k_proj",
|
| 49 |
-
"text_model.encoder.layers.4.self_attn.out_proj",
|
| 50 |
-
"text_model.encoder.layers.7.self_attn.k_proj",
|
| 51 |
-
"text_model.encoder.layers.8.self_attn.v_proj",
|
| 52 |
-
"text_model.encoder.layers.9.self_attn.q_proj",
|
| 53 |
-
"text_model.encoder.layers.0.self_attn.out_proj",
|
| 54 |
-
"text_model.encoder.layers.8.self_attn.out_proj",
|
| 55 |
-
"text_model.encoder.layers.10.self_attn.out_proj",
|
| 56 |
-
"text_model.encoder.layers.5.self_attn.v_proj",
|
| 57 |
-
"text_model.encoder.layers.4.self_attn.q_proj",
|
| 58 |
-
"text_model.encoder.layers.1.self_attn.k_proj",
|
| 59 |
-
"text_model.encoder.layers.7.self_attn.q_proj",
|
| 60 |
-
"text_model.encoder.layers.3.self_attn.v_proj",
|
| 61 |
-
"text_model.encoder.layers.4.self_attn.k_proj",
|
| 62 |
-
"text_model.encoder.layers.10.self_attn.k_proj",
|
| 63 |
-
"text_model.encoder.layers.7.self_attn.v_proj",
|
| 64 |
-
"text_model.encoder.layers.11.self_attn.k_proj",
|
| 65 |
-
"text_model.encoder.layers.10.self_attn.v_proj",
|
| 66 |
-
"text_model.encoder.layers.10.self_attn.q_proj",
|
| 67 |
-
"text_model.encoder.layers.7.self_attn.out_proj",
|
| 68 |
-
"text_model.encoder.layers.1.self_attn.q_proj",
|
| 69 |
-
"text_model.encoder.layers.11.self_attn.v_proj"
|
| 70 |
],
|
| 71 |
-
"task_type": null
|
|
|
|
|
|
|
| 72 |
}
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": null,
|
| 5 |
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
"fan_in_fan_out": false,
|
| 9 |
"inference_mode": false,
|
| 10 |
"init_lora_weights": true,
|
| 11 |
+
"layer_replication": null,
|
| 12 |
"layers_pattern": null,
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
"lora_alpha": 4,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
"lora_dropout": 0.0,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"k_proj",
|
| 27 |
+
"out_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"q_proj"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
+
"task_type": null,
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
}
|
text_encoder_2/adapter_config.json
CHANGED
|
@@ -3,13 +3,17 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": null,
|
| 5 |
"bias": "none",
|
|
|
|
|
|
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": false,
|
| 8 |
"init_lora_weights": true,
|
|
|
|
| 9 |
"layers_pattern": null,
|
| 10 |
"layers_to_transform": null,
|
| 11 |
"loftq_config": {},
|
| 12 |
"lora_alpha": 4,
|
|
|
|
| 13 |
"lora_dropout": 0.0,
|
| 14 |
"megatron_config": null,
|
| 15 |
"megatron_core": "megatron.core",
|
|
@@ -19,134 +23,12 @@
|
|
| 19 |
"rank_pattern": {},
|
| 20 |
"revision": null,
|
| 21 |
"target_modules": [
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"text_model.encoder.layers.31.self_attn.q_proj",
|
| 27 |
-
"text_model.encoder.layers.14.self_attn.k_proj",
|
| 28 |
-
"text_model.encoder.layers.12.self_attn.out_proj",
|
| 29 |
-
"text_model.encoder.layers.16.self_attn.q_proj",
|
| 30 |
-
"text_model.encoder.layers.13.self_attn.v_proj",
|
| 31 |
-
"text_model.encoder.layers.8.self_attn.k_proj",
|
| 32 |
-
"text_model.encoder.layers.31.self_attn.out_proj",
|
| 33 |
-
"text_model.encoder.layers.6.self_attn.v_proj",
|
| 34 |
-
"text_model.encoder.layers.26.self_attn.k_proj",
|
| 35 |
-
"text_model.encoder.layers.18.self_attn.q_proj",
|
| 36 |
-
"text_model.encoder.layers.11.self_attn.out_proj",
|
| 37 |
-
"text_model.encoder.layers.4.self_attn.out_proj",
|
| 38 |
-
"text_model.encoder.layers.25.self_attn.q_proj",
|
| 39 |
-
"text_model.encoder.layers.23.self_attn.k_proj",
|
| 40 |
-
"text_model.encoder.layers.4.self_attn.q_proj",
|
| 41 |
-
"text_model.encoder.layers.18.self_attn.k_proj",
|
| 42 |
-
"text_model.encoder.layers.17.self_attn.out_proj",
|
| 43 |
-
"text_model.encoder.layers.21.self_attn.v_proj",
|
| 44 |
-
"text_model.encoder.layers.10.self_attn.k_proj",
|
| 45 |
-
"text_model.encoder.layers.27.self_attn.out_proj",
|
| 46 |
-
"text_model.encoder.layers.30.self_attn.v_proj",
|
| 47 |
-
"text_model.encoder.layers.27.self_attn.q_proj",
|
| 48 |
-
"text_model.encoder.layers.7.self_attn.out_proj",
|
| 49 |
-
"text_model.encoder.layers.3.self_attn.q_proj",
|
| 50 |
-
"text_model.encoder.layers.28.self_attn.k_proj",
|
| 51 |
-
"text_model.encoder.layers.6.self_attn.out_proj",
|
| 52 |
-
"text_model.encoder.layers.2.self_attn.k_proj",
|
| 53 |
-
"text_model.encoder.layers.27.self_attn.v_proj",
|
| 54 |
-
"text_model.encoder.layers.24.self_attn.q_proj",
|
| 55 |
-
"text_model.encoder.layers.21.self_attn.k_proj",
|
| 56 |
-
"text_model.encoder.layers.12.self_attn.k_proj",
|
| 57 |
-
"text_model.encoder.layers.18.self_attn.out_proj",
|
| 58 |
-
"text_model.encoder.layers.0.self_attn.q_proj",
|
| 59 |
-
"text_model.encoder.layers.15.self_attn.q_proj",
|
| 60 |
-
"text_model.encoder.layers.2.self_attn.out_proj",
|
| 61 |
-
"text_model.encoder.layers.21.self_attn.out_proj",
|
| 62 |
-
"text_model.encoder.layers.16.self_attn.k_proj",
|
| 63 |
-
"text_model.encoder.layers.18.self_attn.v_proj",
|
| 64 |
-
"text_model.encoder.layers.2.self_attn.v_proj",
|
| 65 |
-
"text_model.encoder.layers.29.self_attn.q_proj",
|
| 66 |
-
"text_model.encoder.layers.14.self_attn.q_proj",
|
| 67 |
-
"text_model.encoder.layers.16.self_attn.v_proj",
|
| 68 |
-
"text_model.encoder.layers.7.self_attn.k_proj",
|
| 69 |
-
"text_model.encoder.layers.8.self_attn.v_proj",
|
| 70 |
-
"text_model.encoder.layers.0.self_attn.out_proj",
|
| 71 |
-
"text_model.encoder.layers.31.self_attn.v_proj",
|
| 72 |
-
"text_model.encoder.layers.23.self_attn.out_proj",
|
| 73 |
-
"text_model.encoder.layers.10.self_attn.out_proj",
|
| 74 |
-
"text_model.encoder.layers.17.self_attn.v_proj",
|
| 75 |
-
"text_model.encoder.layers.5.self_attn.v_proj",
|
| 76 |
-
"text_model.encoder.layers.8.self_attn.out_proj",
|
| 77 |
-
"text_model.encoder.layers.1.self_attn.k_proj",
|
| 78 |
-
"text_model.encoder.layers.7.self_attn.q_proj",
|
| 79 |
-
"text_model.encoder.layers.15.self_attn.k_proj",
|
| 80 |
-
"text_model.encoder.layers.20.self_attn.out_proj",
|
| 81 |
-
"text_model.encoder.layers.3.self_attn.v_proj",
|
| 82 |
-
"text_model.encoder.layers.4.self_attn.k_proj",
|
| 83 |
-
"text_model.encoder.layers.7.self_attn.v_proj",
|
| 84 |
-
"text_model.encoder.layers.10.self_attn.v_proj",
|
| 85 |
-
"text_model.encoder.layers.28.self_attn.v_proj",
|
| 86 |
-
"text_model.encoder.layers.1.self_attn.q_proj",
|
| 87 |
-
"text_model.encoder.layers.22.self_attn.v_proj",
|
| 88 |
-
"text_model.encoder.layers.24.self_attn.out_proj",
|
| 89 |
-
"text_model.encoder.layers.11.self_attn.q_proj",
|
| 90 |
-
"text_model.encoder.layers.25.self_attn.out_proj",
|
| 91 |
-
"text_model.encoder.layers.8.self_attn.q_proj",
|
| 92 |
-
"text_model.encoder.layers.19.self_attn.v_proj",
|
| 93 |
-
"text_model.encoder.layers.31.self_attn.k_proj",
|
| 94 |
-
"text_model.encoder.layers.3.self_attn.out_proj",
|
| 95 |
-
"text_model.encoder.layers.30.self_attn.k_proj",
|
| 96 |
-
"text_model.encoder.layers.14.self_attn.out_proj",
|
| 97 |
-
"text_model.encoder.layers.5.self_attn.q_proj",
|
| 98 |
-
"text_model.encoder.layers.20.self_attn.v_proj",
|
| 99 |
-
"text_model.encoder.layers.26.self_attn.v_proj",
|
| 100 |
-
"text_model.encoder.layers.25.self_attn.k_proj",
|
| 101 |
-
"text_model.encoder.layers.29.self_attn.out_proj",
|
| 102 |
-
"text_model.encoder.layers.4.self_attn.v_proj",
|
| 103 |
-
"text_model.encoder.layers.12.self_attn.v_proj",
|
| 104 |
-
"text_model.encoder.layers.3.self_attn.k_proj",
|
| 105 |
-
"text_model.encoder.layers.28.self_attn.q_proj",
|
| 106 |
-
"text_model.encoder.layers.26.self_attn.q_proj",
|
| 107 |
-
"text_model.encoder.layers.5.self_attn.out_proj",
|
| 108 |
-
"text_model.encoder.layers.6.self_attn.k_proj",
|
| 109 |
-
"text_model.encoder.layers.9.self_attn.q_proj",
|
| 110 |
-
"text_model.encoder.layers.28.self_attn.out_proj",
|
| 111 |
-
"text_model.encoder.layers.21.self_attn.q_proj",
|
| 112 |
-
"text_model.encoder.layers.22.self_attn.k_proj",
|
| 113 |
-
"text_model.encoder.layers.29.self_attn.k_proj",
|
| 114 |
-
"text_model.encoder.layers.10.self_attn.q_proj",
|
| 115 |
-
"text_model.encoder.layers.13.self_attn.out_proj",
|
| 116 |
-
"text_model.encoder.layers.20.self_attn.k_proj",
|
| 117 |
-
"text_model.encoder.layers.24.self_attn.v_proj",
|
| 118 |
-
"text_model.encoder.layers.13.self_attn.k_proj",
|
| 119 |
-
"text_model.encoder.layers.9.self_attn.k_proj",
|
| 120 |
-
"text_model.encoder.layers.25.self_attn.v_proj",
|
| 121 |
-
"text_model.encoder.layers.1.self_attn.v_proj",
|
| 122 |
-
"text_model.encoder.layers.30.self_attn.out_proj",
|
| 123 |
-
"text_model.encoder.layers.16.self_attn.out_proj",
|
| 124 |
-
"text_model.encoder.layers.2.self_attn.q_proj",
|
| 125 |
-
"text_model.encoder.layers.17.self_attn.q_proj",
|
| 126 |
-
"text_model.encoder.layers.19.self_attn.out_proj",
|
| 127 |
-
"text_model.encoder.layers.26.self_attn.out_proj",
|
| 128 |
-
"text_model.encoder.layers.0.self_attn.v_proj",
|
| 129 |
-
"text_model.encoder.layers.5.self_attn.k_proj",
|
| 130 |
-
"text_model.encoder.layers.0.self_attn.k_proj",
|
| 131 |
-
"text_model.encoder.layers.9.self_attn.v_proj",
|
| 132 |
-
"text_model.encoder.layers.15.self_attn.v_proj",
|
| 133 |
-
"text_model.encoder.layers.1.self_attn.out_proj",
|
| 134 |
-
"text_model.encoder.layers.14.self_attn.v_proj",
|
| 135 |
-
"text_model.encoder.layers.30.self_attn.q_proj",
|
| 136 |
-
"text_model.encoder.layers.6.self_attn.q_proj",
|
| 137 |
-
"text_model.encoder.layers.9.self_attn.out_proj",
|
| 138 |
-
"text_model.encoder.layers.23.self_attn.v_proj",
|
| 139 |
-
"text_model.encoder.layers.12.self_attn.q_proj",
|
| 140 |
-
"text_model.encoder.layers.15.self_attn.out_proj",
|
| 141 |
-
"text_model.encoder.layers.22.self_attn.out_proj",
|
| 142 |
-
"text_model.encoder.layers.24.self_attn.k_proj",
|
| 143 |
-
"text_model.encoder.layers.22.self_attn.q_proj",
|
| 144 |
-
"text_model.encoder.layers.17.self_attn.k_proj",
|
| 145 |
-
"text_model.encoder.layers.11.self_attn.k_proj",
|
| 146 |
-
"text_model.encoder.layers.19.self_attn.q_proj",
|
| 147 |
-
"text_model.encoder.layers.13.self_attn.q_proj",
|
| 148 |
-
"text_model.encoder.layers.19.self_attn.k_proj",
|
| 149 |
-
"text_model.encoder.layers.11.self_attn.v_proj"
|
| 150 |
],
|
| 151 |
-
"task_type": null
|
|
|
|
|
|
|
| 152 |
}
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": null,
|
| 5 |
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
"fan_in_fan_out": false,
|
| 9 |
"inference_mode": false,
|
| 10 |
"init_lora_weights": true,
|
| 11 |
+
"layer_replication": null,
|
| 12 |
"layers_pattern": null,
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
"lora_alpha": 4,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
"lora_dropout": 0.0,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
| 26 |
+
"k_proj",
|
| 27 |
+
"out_proj",
|
| 28 |
+
"v_proj",
|
| 29 |
+
"q_proj"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
+
"task_type": null,
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
}
|
unet/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": "text_time",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
"_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": "text_time",
|
vae/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
"_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/462165984030d82259a11f4367a4eed129e94a7b/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|