Add files using upload-large-folder tool
Browse files- model_index.json +1 -1
- safety_checker/config.json +5 -5
- scheduler/scheduler_config.json +1 -1
- text_encoder/config.json +2 -2
- unet/config.json +1 -1
- vae/config.json +1 -1
model_index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionPipeline",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "hf-internal-testing/tiny-stable-diffusion-pipe",
|
| 5 |
"feature_extractor": [
|
| 6 |
"transformers",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "StableDiffusionPipeline",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
"_name_or_path": "hf-internal-testing/tiny-stable-diffusion-pipe",
|
| 5 |
"feature_extractor": [
|
| 6 |
"transformers",
|
safety_checker/config.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
"architectures": [
|
| 3 |
"StableDiffusionSafetyChecker"
|
| 4 |
],
|
|
|
|
| 5 |
"initializer_factor": 1.0,
|
| 6 |
"logit_scale_init_value": 2.6592,
|
| 7 |
"model_type": "clip",
|
|
@@ -10,6 +11,7 @@
|
|
| 10 |
"attention_dropout": 0.1,
|
| 11 |
"bos_token_id": 0,
|
| 12 |
"dropout": 0.1,
|
|
|
|
| 13 |
"eos_token_id": 2,
|
| 14 |
"gradient_checkpointing": false,
|
| 15 |
"hidden_act": "quick_gelu",
|
|
@@ -23,14 +25,13 @@
|
|
| 23 |
"num_attention_heads": 4,
|
| 24 |
"num_hidden_layers": 5,
|
| 25 |
"projection_dim": 512,
|
| 26 |
-
"torch_dtype": "float32",
|
| 27 |
"vocab_size": 99
|
| 28 |
},
|
| 29 |
-
"
|
| 30 |
-
"transformers_version": "4.53.2",
|
| 31 |
"vision_config": {
|
| 32 |
"attention_dropout": 0.1,
|
| 33 |
"dropout": 0.1,
|
|
|
|
| 34 |
"gradient_checkpointing": false,
|
| 35 |
"hidden_act": "quick_gelu",
|
| 36 |
"hidden_size": 32,
|
|
@@ -44,8 +45,7 @@
|
|
| 44 |
"num_channels": 3,
|
| 45 |
"num_hidden_layers": 5,
|
| 46 |
"patch_size": 2,
|
| 47 |
-
"projection_dim": 512
|
| 48 |
-
"torch_dtype": "float32"
|
| 49 |
},
|
| 50 |
"vocab_size": 1000
|
| 51 |
}
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
"StableDiffusionSafetyChecker"
|
| 4 |
],
|
| 5 |
+
"dtype": "float32",
|
| 6 |
"initializer_factor": 1.0,
|
| 7 |
"logit_scale_init_value": 2.6592,
|
| 8 |
"model_type": "clip",
|
|
|
|
| 11 |
"attention_dropout": 0.1,
|
| 12 |
"bos_token_id": 0,
|
| 13 |
"dropout": 0.1,
|
| 14 |
+
"dtype": "float32",
|
| 15 |
"eos_token_id": 2,
|
| 16 |
"gradient_checkpointing": false,
|
| 17 |
"hidden_act": "quick_gelu",
|
|
|
|
| 25 |
"num_attention_heads": 4,
|
| 26 |
"num_hidden_layers": 5,
|
| 27 |
"projection_dim": 512,
|
|
|
|
| 28 |
"vocab_size": 99
|
| 29 |
},
|
| 30 |
+
"transformers_version": "4.57.3",
|
|
|
|
| 31 |
"vision_config": {
|
| 32 |
"attention_dropout": 0.1,
|
| 33 |
"dropout": 0.1,
|
| 34 |
+
"dtype": "float32",
|
| 35 |
"gradient_checkpointing": false,
|
| 36 |
"hidden_act": "quick_gelu",
|
| 37 |
"hidden_size": 32,
|
|
|
|
| 45 |
"num_channels": 3,
|
| 46 |
"num_hidden_layers": 5,
|
| 47 |
"patch_size": 2,
|
| 48 |
+
"projection_dim": 512
|
|
|
|
| 49 |
},
|
| 50 |
"vocab_size": 1000
|
| 51 |
}
|
scheduler/scheduler_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDIMScheduler",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDIMScheduler",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
text_encoder/config.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 0,
|
| 7 |
"dropout": 0.0,
|
|
|
|
| 8 |
"eos_token_id": 2,
|
| 9 |
"hidden_act": "quick_gelu",
|
| 10 |
"hidden_size": 32,
|
|
@@ -18,7 +19,6 @@
|
|
| 18 |
"num_hidden_layers": 5,
|
| 19 |
"pad_token_id": 1,
|
| 20 |
"projection_dim": 512,
|
| 21 |
-
"
|
| 22 |
-
"transformers_version": "4.53.2",
|
| 23 |
"vocab_size": 1000
|
| 24 |
}
|
|
|
|
| 5 |
"attention_dropout": 0.0,
|
| 6 |
"bos_token_id": 0,
|
| 7 |
"dropout": 0.0,
|
| 8 |
+
"dtype": "float32",
|
| 9 |
"eos_token_id": 2,
|
| 10 |
"hidden_act": "quick_gelu",
|
| 11 |
"hidden_size": 32,
|
|
|
|
| 19 |
"num_hidden_layers": 5,
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"projection_dim": 512,
|
| 22 |
+
"transformers_version": "4.57.3",
|
|
|
|
| 23 |
"vocab_size": 1000
|
| 24 |
}
|
unet/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-pipe/snapshots/3ee6c9f225f088ad5d35b624b6514b091e6a4849/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-pipe/snapshots/3ee6c9f225f088ad5d35b624b6514b091e6a4849/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
vae/config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-pipe/snapshots/3ee6c9f225f088ad5d35b624b6514b091e6a4849/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
"_name_or_path": "/home/runner/.cache/huggingface/hub/models--hf-internal-testing--tiny-stable-diffusion-pipe/snapshots/3ee6c9f225f088ad5d35b624b6514b091e6a4849/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|