Upload StableDiffusionPipeline
Browse files
scheduler/scheduler_config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDPMScheduler",
|
| 3 |
"_diffusers_version": "0.30.1",
|
| 4 |
-
"beta_end": 0.
|
| 5 |
-
"beta_schedule": "
|
| 6 |
-
"beta_start": 0.
|
| 7 |
"clip_sample": false,
|
| 8 |
"clip_sample_range": 1.0,
|
| 9 |
"dynamic_thresholding_ratio": 0.995,
|
|
@@ -11,6 +11,8 @@
|
|
| 11 |
"prediction_type": "epsilon",
|
| 12 |
"rescale_betas_zero_snr": false,
|
| 13 |
"sample_max_value": 1.0,
|
|
|
|
|
|
|
| 14 |
"steps_offset": 1,
|
| 15 |
"thresholding": false,
|
| 16 |
"timestep_spacing": "leading",
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "DDPMScheduler",
|
| 3 |
"_diffusers_version": "0.30.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,
|
|
|
|
| 11 |
"prediction_type": "epsilon",
|
| 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",
|
unet/config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"addition_embed_type": null,
|
| 6 |
"addition_embed_type_num_heads": 64,
|
| 7 |
"addition_time_embed_dim": null,
|
| 8 |
-
"attention_head_dim":
|
| 9 |
"attention_type": "default",
|
| 10 |
"block_out_channels": [
|
| 11 |
32
|
|
@@ -28,7 +28,7 @@
|
|
| 28 |
"flip_sin_to_cos": true,
|
| 29 |
"freq_shift": 0,
|
| 30 |
"in_channels": 4,
|
| 31 |
-
"layers_per_block":
|
| 32 |
"mid_block_only_cross_attention": null,
|
| 33 |
"mid_block_scale_factor": 1,
|
| 34 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
|
@@ -43,7 +43,7 @@
|
|
| 43 |
"resnet_skip_time_act": false,
|
| 44 |
"resnet_time_scale_shift": "default",
|
| 45 |
"reverse_transformer_layers_per_block": null,
|
| 46 |
-
"sample_size":
|
| 47 |
"time_cond_proj_dim": null,
|
| 48 |
"time_embedding_act_fn": null,
|
| 49 |
"time_embedding_dim": null,
|
|
|
|
| 5 |
"addition_embed_type": null,
|
| 6 |
"addition_embed_type_num_heads": 64,
|
| 7 |
"addition_time_embed_dim": null,
|
| 8 |
+
"attention_head_dim": 16,
|
| 9 |
"attention_type": "default",
|
| 10 |
"block_out_channels": [
|
| 11 |
32
|
|
|
|
| 28 |
"flip_sin_to_cos": true,
|
| 29 |
"freq_shift": 0,
|
| 30 |
"in_channels": 4,
|
| 31 |
+
"layers_per_block": 8,
|
| 32 |
"mid_block_only_cross_attention": null,
|
| 33 |
"mid_block_scale_factor": 1,
|
| 34 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
|
|
|
| 43 |
"resnet_skip_time_act": false,
|
| 44 |
"resnet_time_scale_shift": "default",
|
| 45 |
"reverse_transformer_layers_per_block": null,
|
| 46 |
+
"sample_size": 1024,
|
| 47 |
"time_cond_proj_dim": null,
|
| 48 |
"time_embedding_act_fn": null,
|
| 49 |
"time_embedding_dim": null,
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f4811c6ac1d572de5ac7281804906bcf1650e252337193f88873dc12f9e89bc9
|
| 3 |
+
size 2537056
|