Mise à jour 2 du modèle fine-tuné
Browse files- clip_camera_projection/config.json +2 -2
- feature_extractor/preprocessor_config.json +1 -3
- image_encoder/config.json +2 -2
- model_index.json +2 -2
- scheduler/scheduler_config.json +1 -1
- unet/config.json +2 -2
- unet/diffusion_pytorch_model.safetensors +1 -1
- vae/config.json +9 -3
clip_camera_projection/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "CLIPCameraProjection",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "/home/
|
| 5 |
"additional_embeddings": 4,
|
| 6 |
"embedding_dim": 768
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "CLIPCameraProjection",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
+
"_name_or_path": "/data/home/fatou.diene/.cache/huggingface/hub/models--ashawkey--stable-zero123-diffusers/snapshots/a6c09344fbd45843d35f2095c203c4a8e55b4dbb/clip_camera_projection",
|
| 5 |
"additional_embeddings": 4,
|
| 6 |
"embedding_dim": 768
|
| 7 |
}
|
feature_extractor/preprocessor_config.json
CHANGED
|
@@ -8,7 +8,6 @@
|
|
| 8 |
"do_normalize": true,
|
| 9 |
"do_rescale": true,
|
| 10 |
"do_resize": true,
|
| 11 |
-
"feature_extractor_type": "CLIPFeatureExtractor",
|
| 12 |
"image_mean": [
|
| 13 |
0.48145466,
|
| 14 |
0.4578275,
|
|
@@ -23,8 +22,7 @@
|
|
| 23 |
"resample": 3,
|
| 24 |
"rescale_factor": 0.00392156862745098,
|
| 25 |
"size": {
|
| 26 |
-
"
|
| 27 |
-
"width": 224
|
| 28 |
},
|
| 29 |
"use_square_size": false
|
| 30 |
}
|
|
|
|
| 8 |
"do_normalize": true,
|
| 9 |
"do_rescale": true,
|
| 10 |
"do_resize": true,
|
|
|
|
| 11 |
"image_mean": [
|
| 12 |
0.48145466,
|
| 13 |
0.4578275,
|
|
|
|
| 22 |
"resample": 3,
|
| 23 |
"rescale_factor": 0.00392156862745098,
|
| 24 |
"size": {
|
| 25 |
+
"shortest_edge": 224
|
|
|
|
| 26 |
},
|
| 27 |
"use_square_size": false
|
| 28 |
}
|
image_encoder/config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "/home/
|
| 3 |
"architectures": [
|
| 4 |
"CLIPVisionModelWithProjection"
|
| 5 |
],
|
|
@@ -19,5 +19,5 @@
|
|
| 19 |
"patch_size": 14,
|
| 20 |
"projection_dim": 768,
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
-
"transformers_version": "4.
|
| 23 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "/data/home/fatou.diene/.cache/huggingface/hub/models--ashawkey--stable-zero123-diffusers/snapshots/a6c09344fbd45843d35f2095c203c4a8e55b4dbb/image_encoder",
|
| 3 |
"architectures": [
|
| 4 |
"CLIPVisionModelWithProjection"
|
| 5 |
],
|
|
|
|
| 19 |
"patch_size": 14,
|
| 20 |
"projection_dim": 768,
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
+
"transformers_version": "4.48.3"
|
| 23 |
}
|
model_index.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "Zero123Pipeline",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
"_name_or_path": "ashawkey/stable-zero123-diffusers",
|
| 5 |
"clip_camera_projection": [
|
| 6 |
-
"zero123",
|
| 7 |
"CLIPCameraProjection"
|
| 8 |
],
|
| 9 |
"feature_extractor": [
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "Zero123Pipeline",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
"_name_or_path": "ashawkey/stable-zero123-diffusers",
|
| 5 |
"clip_camera_projection": [
|
| 6 |
+
"diffusers_modules.local.zero123",
|
| 7 |
"CLIPCameraProjection"
|
| 8 |
],
|
| 9 |
"feature_extractor": [
|
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.32.2",
|
| 4 |
"beta_end": 0.012,
|
| 5 |
"beta_schedule": "scaled_linear",
|
| 6 |
"beta_start": 0.00085,
|
unet/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "/home/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
+
"_name_or_path": "/data/home/fatou.diene/.cache/huggingface/hub/models--ashawkey--stable-zero123-diffusers/snapshots/a6c09344fbd45843d35f2095c203c4a8e55b4dbb/unet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438213624
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eed64c91436b56beae3c212d7e1cfedc4fad1a4435ec988227111040935348a5
|
| 3 |
size 3438213624
|
vae/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "/home/
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
@@ -18,15 +18,21 @@
|
|
| 18 |
"force_upcast": true,
|
| 19 |
"in_channels": 3,
|
| 20 |
"latent_channels": 4,
|
|
|
|
|
|
|
| 21 |
"layers_per_block": 2,
|
|
|
|
| 22 |
"norm_num_groups": 32,
|
| 23 |
"out_channels": 3,
|
| 24 |
"sample_size": 256,
|
| 25 |
"scaling_factor": 0.18215,
|
|
|
|
| 26 |
"up_block_types": [
|
| 27 |
"UpDecoderBlock2D",
|
| 28 |
"UpDecoderBlock2D",
|
| 29 |
"UpDecoderBlock2D",
|
| 30 |
"UpDecoderBlock2D"
|
| 31 |
-
]
|
|
|
|
|
|
|
| 32 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "AutoencoderKL",
|
| 3 |
+
"_diffusers_version": "0.32.2",
|
| 4 |
+
"_name_or_path": "/data/home/fatou.diene/.cache/huggingface/hub/models--ashawkey--stable-zero123-diffusers/snapshots/a6c09344fbd45843d35f2095c203c4a8e55b4dbb/vae",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"block_out_channels": [
|
| 7 |
128,
|
|
|
|
| 18 |
"force_upcast": true,
|
| 19 |
"in_channels": 3,
|
| 20 |
"latent_channels": 4,
|
| 21 |
+
"latents_mean": null,
|
| 22 |
+
"latents_std": null,
|
| 23 |
"layers_per_block": 2,
|
| 24 |
+
"mid_block_add_attention": true,
|
| 25 |
"norm_num_groups": 32,
|
| 26 |
"out_channels": 3,
|
| 27 |
"sample_size": 256,
|
| 28 |
"scaling_factor": 0.18215,
|
| 29 |
+
"shift_factor": null,
|
| 30 |
"up_block_types": [
|
| 31 |
"UpDecoderBlock2D",
|
| 32 |
"UpDecoderBlock2D",
|
| 33 |
"UpDecoderBlock2D",
|
| 34 |
"UpDecoderBlock2D"
|
| 35 |
+
],
|
| 36 |
+
"use_post_quant_conv": true,
|
| 37 |
+
"use_quant_conv": true
|
| 38 |
}
|