Upload folder using huggingface_hub
Browse files- RUN_ALL copy.ipynb +0 -0
- dcgan/dcGAN-AMSL-RF.pth +3 -0
- diffdemorph/dcGAN-AMSL-RF.pth +3 -0
- diffdemorph/diffDemorph/model_index.json +12 -0
- diffdemorph/diffDemorph/scheduler/scheduler_config.json +19 -0
- diffdemorph/diffDemorph/unet/config.json +51 -0
- diffdemorph/diffDemorph/unet/diffusion_pytorch_model.safetensors +3 -0
- diffdemorph/model_index.json +12 -0
- diffdemorph/scheduler/scheduler_config.json +19 -0
- diffdemorph/unet/config.json +51 -0
- diffdemorph/unet/diffusion_pytorch_model.safetensors +3 -0
- ipd/ppd_smddemorph_model.pt +3 -0
- lcgan/latent-conditional-gan.pth +3 -0
- llmdemorphing/llava/model_index.json +12 -0
- llmdemorphing/llava/scheduler/scheduler_config.json +19 -0
- llmdemorphing/llava/unet/config.json +73 -0
- llmdemorphing/llava/unet/diffusion_pytorch_model.safetensors +3 -0
- llmdemorphing/qwen/model_index.json +12 -0
- llmdemorphing/qwen/scheduler/scheduler_config.json +19 -0
- llmdemorphing/qwen/unet/config.json +73 -0
- llmdemorphing/qwen/unet/diffusion_pytorch_model.safetensors +3 -0
- sample_morph.jpg +0 -0
- sdemorph/ppd_smddemorph_model.pt +3 -0
RUN_ALL copy.ipynb
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dcgan/dcGAN-AMSL-RF.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:886545093721684ccc02c2767d9175b40bdd0571c7d7c928a6f3734291616cab
|
| 3 |
+
size 479599762
|
diffdemorph/dcGAN-AMSL-RF.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:886545093721684ccc02c2767d9175b40bdd0571c7d7c928a6f3734291616cab
|
| 3 |
+
size 479599762
|
diffdemorph/diffDemorph/model_index.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMPipeline",
|
| 3 |
+
"_diffusers_version": "0.30.2",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"DDPMScheduler"
|
| 7 |
+
],
|
| 8 |
+
"unet": [
|
| 9 |
+
"diffusers",
|
| 10 |
+
"UNet2DModel"
|
| 11 |
+
]
|
| 12 |
+
}
|
diffdemorph/diffDemorph/scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMScheduler",
|
| 3 |
+
"_diffusers_version": "0.30.2",
|
| 4 |
+
"beta_end": 0.02,
|
| 5 |
+
"beta_schedule": "linear",
|
| 6 |
+
"beta_start": 0.0001,
|
| 7 |
+
"clip_sample": true,
|
| 8 |
+
"clip_sample_range": 1.0,
|
| 9 |
+
"dynamic_thresholding_ratio": 0.995,
|
| 10 |
+
"num_train_timesteps": 1000,
|
| 11 |
+
"prediction_type": "epsilon",
|
| 12 |
+
"rescale_betas_zero_snr": false,
|
| 13 |
+
"sample_max_value": 1.0,
|
| 14 |
+
"steps_offset": 0,
|
| 15 |
+
"thresholding": false,
|
| 16 |
+
"timestep_spacing": "leading",
|
| 17 |
+
"trained_betas": null,
|
| 18 |
+
"variance_type": "fixed_small"
|
| 19 |
+
}
|
diffdemorph/diffDemorph/unet/config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.30.2",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"add_attention": true,
|
| 6 |
+
"attention_head_dim": 8,
|
| 7 |
+
"attn_norm_num_groups": null,
|
| 8 |
+
"block_out_channels": [
|
| 9 |
+
128,
|
| 10 |
+
128,
|
| 11 |
+
256,
|
| 12 |
+
256,
|
| 13 |
+
512,
|
| 14 |
+
512
|
| 15 |
+
],
|
| 16 |
+
"center_input_sample": false,
|
| 17 |
+
"class_embed_type": null,
|
| 18 |
+
"down_block_types": [
|
| 19 |
+
"DownBlock2D",
|
| 20 |
+
"DownBlock2D",
|
| 21 |
+
"DownBlock2D",
|
| 22 |
+
"DownBlock2D",
|
| 23 |
+
"AttnDownBlock2D",
|
| 24 |
+
"DownBlock2D"
|
| 25 |
+
],
|
| 26 |
+
"downsample_padding": 1,
|
| 27 |
+
"downsample_type": "conv",
|
| 28 |
+
"dropout": 0.0,
|
| 29 |
+
"flip_sin_to_cos": true,
|
| 30 |
+
"freq_shift": 0,
|
| 31 |
+
"in_channels": 9,
|
| 32 |
+
"layers_per_block": 2,
|
| 33 |
+
"mid_block_scale_factor": 1,
|
| 34 |
+
"norm_eps": 1e-05,
|
| 35 |
+
"norm_num_groups": 32,
|
| 36 |
+
"num_class_embeds": null,
|
| 37 |
+
"num_train_timesteps": null,
|
| 38 |
+
"out_channels": 6,
|
| 39 |
+
"resnet_time_scale_shift": "default",
|
| 40 |
+
"sample_size": 256,
|
| 41 |
+
"time_embedding_type": "positional",
|
| 42 |
+
"up_block_types": [
|
| 43 |
+
"UpBlock2D",
|
| 44 |
+
"AttnUpBlock2D",
|
| 45 |
+
"UpBlock2D",
|
| 46 |
+
"UpBlock2D",
|
| 47 |
+
"UpBlock2D",
|
| 48 |
+
"UpBlock2D"
|
| 49 |
+
],
|
| 50 |
+
"upsample_type": "conv"
|
| 51 |
+
}
|
diffdemorph/diffDemorph/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a3928c4cb68e337b9a0d5634c13c02a5033940b244b3398ec3261cf297c1fde
|
| 3 |
+
size 454782592
|
diffdemorph/model_index.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMPipeline",
|
| 3 |
+
"_diffusers_version": "0.30.2",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"DDPMScheduler"
|
| 7 |
+
],
|
| 8 |
+
"unet": [
|
| 9 |
+
"diffusers",
|
| 10 |
+
"UNet2DModel"
|
| 11 |
+
]
|
| 12 |
+
}
|
diffdemorph/scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMScheduler",
|
| 3 |
+
"_diffusers_version": "0.30.2",
|
| 4 |
+
"beta_end": 0.02,
|
| 5 |
+
"beta_schedule": "linear",
|
| 6 |
+
"beta_start": 0.0001,
|
| 7 |
+
"clip_sample": true,
|
| 8 |
+
"clip_sample_range": 1.0,
|
| 9 |
+
"dynamic_thresholding_ratio": 0.995,
|
| 10 |
+
"num_train_timesteps": 1000,
|
| 11 |
+
"prediction_type": "epsilon",
|
| 12 |
+
"rescale_betas_zero_snr": false,
|
| 13 |
+
"sample_max_value": 1.0,
|
| 14 |
+
"steps_offset": 0,
|
| 15 |
+
"thresholding": false,
|
| 16 |
+
"timestep_spacing": "leading",
|
| 17 |
+
"trained_betas": null,
|
| 18 |
+
"variance_type": "fixed_small"
|
| 19 |
+
}
|
diffdemorph/unet/config.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DModel",
|
| 3 |
+
"_diffusers_version": "0.30.2",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"add_attention": true,
|
| 6 |
+
"attention_head_dim": 8,
|
| 7 |
+
"attn_norm_num_groups": null,
|
| 8 |
+
"block_out_channels": [
|
| 9 |
+
128,
|
| 10 |
+
128,
|
| 11 |
+
256,
|
| 12 |
+
256,
|
| 13 |
+
512,
|
| 14 |
+
512
|
| 15 |
+
],
|
| 16 |
+
"center_input_sample": false,
|
| 17 |
+
"class_embed_type": null,
|
| 18 |
+
"down_block_types": [
|
| 19 |
+
"DownBlock2D",
|
| 20 |
+
"DownBlock2D",
|
| 21 |
+
"DownBlock2D",
|
| 22 |
+
"DownBlock2D",
|
| 23 |
+
"AttnDownBlock2D",
|
| 24 |
+
"DownBlock2D"
|
| 25 |
+
],
|
| 26 |
+
"downsample_padding": 1,
|
| 27 |
+
"downsample_type": "conv",
|
| 28 |
+
"dropout": 0.0,
|
| 29 |
+
"flip_sin_to_cos": true,
|
| 30 |
+
"freq_shift": 0,
|
| 31 |
+
"in_channels": 9,
|
| 32 |
+
"layers_per_block": 2,
|
| 33 |
+
"mid_block_scale_factor": 1,
|
| 34 |
+
"norm_eps": 1e-05,
|
| 35 |
+
"norm_num_groups": 32,
|
| 36 |
+
"num_class_embeds": null,
|
| 37 |
+
"num_train_timesteps": null,
|
| 38 |
+
"out_channels": 6,
|
| 39 |
+
"resnet_time_scale_shift": "default",
|
| 40 |
+
"sample_size": 256,
|
| 41 |
+
"time_embedding_type": "positional",
|
| 42 |
+
"up_block_types": [
|
| 43 |
+
"UpBlock2D",
|
| 44 |
+
"AttnUpBlock2D",
|
| 45 |
+
"UpBlock2D",
|
| 46 |
+
"UpBlock2D",
|
| 47 |
+
"UpBlock2D",
|
| 48 |
+
"UpBlock2D"
|
| 49 |
+
],
|
| 50 |
+
"upsample_type": "conv"
|
| 51 |
+
}
|
diffdemorph/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a3928c4cb68e337b9a0d5634c13c02a5033940b244b3398ec3261cf297c1fde
|
| 3 |
+
size 454782592
|
ipd/ppd_smddemorph_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a349628bd59b5544ec96435f2b300f43119e4a2f66fe85007d31258f13199734
|
| 3 |
+
size 886250010
|
lcgan/latent-conditional-gan.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecc772459825e26baf682aa8f681c05ced7079841686e3399ea129d15be4186a
|
| 3 |
+
size 1096442826
|
llmdemorphing/llava/model_index.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMPipeline",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"DDPMScheduler"
|
| 7 |
+
],
|
| 8 |
+
"unet": [
|
| 9 |
+
"diffusers",
|
| 10 |
+
"UNet2DConditionModel"
|
| 11 |
+
]
|
| 12 |
+
}
|
llmdemorphing/llava/scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMScheduler",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"beta_end": 0.02,
|
| 5 |
+
"beta_schedule": "linear",
|
| 6 |
+
"beta_start": 0.0001,
|
| 7 |
+
"clip_sample": true,
|
| 8 |
+
"clip_sample_range": 1.0,
|
| 9 |
+
"dynamic_thresholding_ratio": 0.995,
|
| 10 |
+
"num_train_timesteps": 1000,
|
| 11 |
+
"prediction_type": "epsilon",
|
| 12 |
+
"rescale_betas_zero_snr": false,
|
| 13 |
+
"sample_max_value": 1.0,
|
| 14 |
+
"steps_offset": 0,
|
| 15 |
+
"thresholding": false,
|
| 16 |
+
"timestep_spacing": "leading",
|
| 17 |
+
"trained_betas": null,
|
| 18 |
+
"variance_type": "fixed_small"
|
| 19 |
+
}
|
llmdemorphing/llava/unet/config.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"addition_embed_type": null,
|
| 6 |
+
"addition_embed_type_num_heads": 64,
|
| 7 |
+
"addition_time_embed_dim": null,
|
| 8 |
+
"attention_head_dim": 8,
|
| 9 |
+
"attention_type": "default",
|
| 10 |
+
"block_out_channels": [
|
| 11 |
+
128,
|
| 12 |
+
128,
|
| 13 |
+
256,
|
| 14 |
+
256,
|
| 15 |
+
512,
|
| 16 |
+
512
|
| 17 |
+
],
|
| 18 |
+
"center_input_sample": false,
|
| 19 |
+
"class_embed_type": null,
|
| 20 |
+
"class_embeddings_concat": false,
|
| 21 |
+
"conv_in_kernel": 3,
|
| 22 |
+
"conv_out_kernel": 3,
|
| 23 |
+
"cross_attention_dim": 1280,
|
| 24 |
+
"cross_attention_norm": null,
|
| 25 |
+
"down_block_types": [
|
| 26 |
+
"DownBlock2D",
|
| 27 |
+
"DownBlock2D",
|
| 28 |
+
"DownBlock2D",
|
| 29 |
+
"DownBlock2D",
|
| 30 |
+
"AttnDownBlock2D",
|
| 31 |
+
"DownBlock2D"
|
| 32 |
+
],
|
| 33 |
+
"downsample_padding": 1,
|
| 34 |
+
"dropout": 0.0,
|
| 35 |
+
"dual_cross_attention": false,
|
| 36 |
+
"encoder_hid_dim": 4096,
|
| 37 |
+
"encoder_hid_dim_type": "text_proj",
|
| 38 |
+
"flip_sin_to_cos": true,
|
| 39 |
+
"freq_shift": 0,
|
| 40 |
+
"in_channels": 9,
|
| 41 |
+
"layers_per_block": 2,
|
| 42 |
+
"mid_block_only_cross_attention": null,
|
| 43 |
+
"mid_block_scale_factor": 1,
|
| 44 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 45 |
+
"norm_eps": 1e-05,
|
| 46 |
+
"norm_num_groups": 32,
|
| 47 |
+
"num_attention_heads": null,
|
| 48 |
+
"num_class_embeds": null,
|
| 49 |
+
"only_cross_attention": false,
|
| 50 |
+
"out_channels": 6,
|
| 51 |
+
"projection_class_embeddings_input_dim": null,
|
| 52 |
+
"resnet_out_scale_factor": 1.0,
|
| 53 |
+
"resnet_skip_time_act": false,
|
| 54 |
+
"resnet_time_scale_shift": "default",
|
| 55 |
+
"reverse_transformer_layers_per_block": null,
|
| 56 |
+
"sample_size": 256,
|
| 57 |
+
"time_cond_proj_dim": null,
|
| 58 |
+
"time_embedding_act_fn": null,
|
| 59 |
+
"time_embedding_dim": null,
|
| 60 |
+
"time_embedding_type": "positional",
|
| 61 |
+
"timestep_post_act": null,
|
| 62 |
+
"transformer_layers_per_block": 1,
|
| 63 |
+
"up_block_types": [
|
| 64 |
+
"UpBlock2D",
|
| 65 |
+
"AttnUpBlock2D",
|
| 66 |
+
"UpBlock2D",
|
| 67 |
+
"UpBlock2D",
|
| 68 |
+
"UpBlock2D",
|
| 69 |
+
"UpBlock2D"
|
| 70 |
+
],
|
| 71 |
+
"upcast_attention": false,
|
| 72 |
+
"use_linear_projection": false
|
| 73 |
+
}
|
llmdemorphing/llava/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c667f9c0b11fd77fe0c6c3703ff13861b6596bba2fd7909b323e834422b240dc
|
| 3 |
+
size 497812456
|
llmdemorphing/qwen/model_index.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMPipeline",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"scheduler": [
|
| 5 |
+
"diffusers",
|
| 6 |
+
"DDPMScheduler"
|
| 7 |
+
],
|
| 8 |
+
"unet": [
|
| 9 |
+
"diffusers",
|
| 10 |
+
"UNet2DConditionModel"
|
| 11 |
+
]
|
| 12 |
+
}
|
llmdemorphing/qwen/scheduler/scheduler_config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "DDPMScheduler",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"beta_end": 0.02,
|
| 5 |
+
"beta_schedule": "linear",
|
| 6 |
+
"beta_start": 0.0001,
|
| 7 |
+
"clip_sample": true,
|
| 8 |
+
"clip_sample_range": 1.0,
|
| 9 |
+
"dynamic_thresholding_ratio": 0.995,
|
| 10 |
+
"num_train_timesteps": 1000,
|
| 11 |
+
"prediction_type": "epsilon",
|
| 12 |
+
"rescale_betas_zero_snr": false,
|
| 13 |
+
"sample_max_value": 1.0,
|
| 14 |
+
"steps_offset": 0,
|
| 15 |
+
"thresholding": false,
|
| 16 |
+
"timestep_spacing": "leading",
|
| 17 |
+
"trained_betas": null,
|
| 18 |
+
"variance_type": "fixed_small"
|
| 19 |
+
}
|
llmdemorphing/qwen/unet/config.json
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "UNet2DConditionModel",
|
| 3 |
+
"_diffusers_version": "0.36.0",
|
| 4 |
+
"act_fn": "silu",
|
| 5 |
+
"addition_embed_type": null,
|
| 6 |
+
"addition_embed_type_num_heads": 64,
|
| 7 |
+
"addition_time_embed_dim": null,
|
| 8 |
+
"attention_head_dim": 8,
|
| 9 |
+
"attention_type": "default",
|
| 10 |
+
"block_out_channels": [
|
| 11 |
+
128,
|
| 12 |
+
128,
|
| 13 |
+
256,
|
| 14 |
+
256,
|
| 15 |
+
512,
|
| 16 |
+
512
|
| 17 |
+
],
|
| 18 |
+
"center_input_sample": false,
|
| 19 |
+
"class_embed_type": null,
|
| 20 |
+
"class_embeddings_concat": false,
|
| 21 |
+
"conv_in_kernel": 3,
|
| 22 |
+
"conv_out_kernel": 3,
|
| 23 |
+
"cross_attention_dim": 1280,
|
| 24 |
+
"cross_attention_norm": null,
|
| 25 |
+
"down_block_types": [
|
| 26 |
+
"DownBlock2D",
|
| 27 |
+
"DownBlock2D",
|
| 28 |
+
"DownBlock2D",
|
| 29 |
+
"DownBlock2D",
|
| 30 |
+
"AttnDownBlock2D",
|
| 31 |
+
"DownBlock2D"
|
| 32 |
+
],
|
| 33 |
+
"downsample_padding": 1,
|
| 34 |
+
"dropout": 0.0,
|
| 35 |
+
"dual_cross_attention": false,
|
| 36 |
+
"encoder_hid_dim": 3584,
|
| 37 |
+
"encoder_hid_dim_type": "text_proj",
|
| 38 |
+
"flip_sin_to_cos": true,
|
| 39 |
+
"freq_shift": 0,
|
| 40 |
+
"in_channels": 9,
|
| 41 |
+
"layers_per_block": 2,
|
| 42 |
+
"mid_block_only_cross_attention": null,
|
| 43 |
+
"mid_block_scale_factor": 1,
|
| 44 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 45 |
+
"norm_eps": 1e-05,
|
| 46 |
+
"norm_num_groups": 32,
|
| 47 |
+
"num_attention_heads": null,
|
| 48 |
+
"num_class_embeds": null,
|
| 49 |
+
"only_cross_attention": false,
|
| 50 |
+
"out_channels": 6,
|
| 51 |
+
"projection_class_embeddings_input_dim": null,
|
| 52 |
+
"resnet_out_scale_factor": 1.0,
|
| 53 |
+
"resnet_skip_time_act": false,
|
| 54 |
+
"resnet_time_scale_shift": "default",
|
| 55 |
+
"reverse_transformer_layers_per_block": null,
|
| 56 |
+
"sample_size": 256,
|
| 57 |
+
"time_cond_proj_dim": null,
|
| 58 |
+
"time_embedding_act_fn": null,
|
| 59 |
+
"time_embedding_dim": null,
|
| 60 |
+
"time_embedding_type": "positional",
|
| 61 |
+
"timestep_post_act": null,
|
| 62 |
+
"transformer_layers_per_block": 1,
|
| 63 |
+
"up_block_types": [
|
| 64 |
+
"UpBlock2D",
|
| 65 |
+
"AttnUpBlock2D",
|
| 66 |
+
"UpBlock2D",
|
| 67 |
+
"UpBlock2D",
|
| 68 |
+
"UpBlock2D",
|
| 69 |
+
"UpBlock2D"
|
| 70 |
+
],
|
| 71 |
+
"upcast_attention": false,
|
| 72 |
+
"use_linear_projection": false
|
| 73 |
+
}
|
llmdemorphing/qwen/unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f71144cdcea1c64de71929aa3f5932e2d2143e90282d50cc22a168820737507
|
| 3 |
+
size 495191016
|
sample_morph.jpg
ADDED
|
sdemorph/ppd_smddemorph_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d4c1de87de7e1b58d8f2e8b3dc15de21dcbb2c9696cf748f6575b19e59ca327
|
| 3 |
+
size 334996510
|