Yehonathan Litman
commited on
Commit
·
fca0916
1
Parent(s):
eff733b
reorganize
Browse files
unet/config.json → config.json
RENAMED
File without changes
|
unet/diffusion_pytorch_model.safetensors → diffusion_pytorch_model.safetensors
RENAMED
File without changes
|
model_index.json
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "RelightingPipelineMVVAE",
|
3 |
-
"_diffusers_version": "0.32.1",
|
4 |
-
"requires_safety_checker": false,
|
5 |
-
"safety_checker": [
|
6 |
-
null,
|
7 |
-
null
|
8 |
-
],
|
9 |
-
"scheduler": [
|
10 |
-
"diffusers",
|
11 |
-
"DDPMScheduler"
|
12 |
-
],
|
13 |
-
"unet": [
|
14 |
-
"models.unet_2d_condition",
|
15 |
-
"UNet2DConditionModel"
|
16 |
-
],
|
17 |
-
"vae": [
|
18 |
-
"diffusers",
|
19 |
-
"AutoencoderKL"
|
20 |
-
]
|
21 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scheduler/scheduler_config.json
DELETED
@@ -1,21 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "DDPMScheduler",
|
3 |
-
"_diffusers_version": "0.32.1",
|
4 |
-
"beta_end": 0.012,
|
5 |
-
"beta_schedule": "scaled_linear",
|
6 |
-
"beta_start": 0.00085,
|
7 |
-
"clip_sample": false,
|
8 |
-
"clip_sample_range": 1.0,
|
9 |
-
"dynamic_thresholding_ratio": 0.995,
|
10 |
-
"num_train_timesteps": 1000,
|
11 |
-
"prediction_type": "v_prediction",
|
12 |
-
"rescale_betas_zero_snr": false,
|
13 |
-
"sample_max_value": 1.0,
|
14 |
-
"set_alpha_to_one": false,
|
15 |
-
"skip_prk_steps": true,
|
16 |
-
"steps_offset": 1,
|
17 |
-
"thresholding": false,
|
18 |
-
"timestep_spacing": "leading",
|
19 |
-
"trained_betas": null,
|
20 |
-
"variance_type": "fixed_small"
|
21 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vae/config.json
DELETED
@@ -1,37 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "AutoencoderKL",
|
3 |
-
"_diffusers_version": "0.32.1",
|
4 |
-
"act_fn": "silu",
|
5 |
-
"block_out_channels": [
|
6 |
-
128,
|
7 |
-
256,
|
8 |
-
512,
|
9 |
-
512
|
10 |
-
],
|
11 |
-
"down_block_types": [
|
12 |
-
"DownEncoderBlock2D",
|
13 |
-
"DownEncoderBlock2D",
|
14 |
-
"DownEncoderBlock2D",
|
15 |
-
"DownEncoderBlock2D"
|
16 |
-
],
|
17 |
-
"force_upcast": true,
|
18 |
-
"in_channels": 3,
|
19 |
-
"latent_channels": 4,
|
20 |
-
"latents_mean": null,
|
21 |
-
"latents_std": null,
|
22 |
-
"layers_per_block": 2,
|
23 |
-
"mid_block_add_attention": true,
|
24 |
-
"norm_num_groups": 32,
|
25 |
-
"out_channels": 3,
|
26 |
-
"sample_size": 768,
|
27 |
-
"scaling_factor": 0.18215,
|
28 |
-
"shift_factor": null,
|
29 |
-
"up_block_types": [
|
30 |
-
"UpDecoderBlock2D",
|
31 |
-
"UpDecoderBlock2D",
|
32 |
-
"UpDecoderBlock2D",
|
33 |
-
"UpDecoderBlock2D"
|
34 |
-
],
|
35 |
-
"use_post_quant_conv": true,
|
36 |
-
"use_quant_conv": true
|
37 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vae/diffusion_pytorch_model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8d0c34f57abe50f323040f2366c8e22b941068dcdf53c8eb1d6fafb838afecb7
|
3 |
-
size 167335590
|
|
|
|
|
|
|
|