Initial upload of ControlNet model
Browse files- config.json +2 -9
- diffusion_pytorch_model.safetensors +3 -0
config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "ControlNetModel",
|
| 3 |
-
"_diffusers_version": "0.
|
| 4 |
-
"_name_or_path": "
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
@@ -23,7 +23,6 @@
|
|
| 23 |
],
|
| 24 |
"controlnet_conditioning_channel_order": "rgb",
|
| 25 |
"cross_attention_dim": 768,
|
| 26 |
-
"decay": 0.9999,
|
| 27 |
"down_block_types": [
|
| 28 |
"CrossAttnDownBlock2D",
|
| 29 |
"CrossAttnDownBlock2D",
|
|
@@ -37,23 +36,17 @@
|
|
| 37 |
"freq_shift": 0,
|
| 38 |
"global_pool_conditions": false,
|
| 39 |
"in_channels": 4,
|
| 40 |
-
"inv_gamma": 1.0,
|
| 41 |
"layers_per_block": 2,
|
| 42 |
"mid_block_scale_factor": 1,
|
| 43 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
| 44 |
-
"min_decay": 0.0,
|
| 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 |
-
"optimization_step": 10000,
|
| 51 |
-
"power": 0.6666666666666666,
|
| 52 |
"projection_class_embeddings_input_dim": null,
|
| 53 |
"resnet_time_scale_shift": "default",
|
| 54 |
"transformer_layers_per_block": 1,
|
| 55 |
"upcast_attention": false,
|
| 56 |
-
"update_after_step": 0,
|
| 57 |
-
"use_ema_warmup": false,
|
| 58 |
"use_linear_projection": false
|
| 59 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "ControlNetModel",
|
| 3 |
+
"_diffusers_version": "0.34.0",
|
| 4 |
+
"_name_or_path": "reward_controlnet_download/checkpoints/canny/controlnet",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 23 |
],
|
| 24 |
"controlnet_conditioning_channel_order": "rgb",
|
| 25 |
"cross_attention_dim": 768,
|
|
|
|
| 26 |
"down_block_types": [
|
| 27 |
"CrossAttnDownBlock2D",
|
| 28 |
"CrossAttnDownBlock2D",
|
|
|
|
| 36 |
"freq_shift": 0,
|
| 37 |
"global_pool_conditions": false,
|
| 38 |
"in_channels": 4,
|
|
|
|
| 39 |
"layers_per_block": 2,
|
| 40 |
"mid_block_scale_factor": 1,
|
| 41 |
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
|
|
|
| 42 |
"norm_eps": 1e-05,
|
| 43 |
"norm_num_groups": 32,
|
| 44 |
"num_attention_heads": null,
|
| 45 |
"num_class_embeds": null,
|
| 46 |
"only_cross_attention": false,
|
|
|
|
|
|
|
| 47 |
"projection_class_embeddings_input_dim": null,
|
| 48 |
"resnet_time_scale_shift": "default",
|
| 49 |
"transformer_layers_per_block": 1,
|
| 50 |
"upcast_attention": false,
|
|
|
|
|
|
|
| 51 |
"use_linear_projection": false
|
| 52 |
}
|
diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7af951958580839a717411812a9605c804a29146c69126b20143d4c9e49c7bf1
|
| 3 |
+
size 1445157120
|