Commit
·
5b67f1e
1
Parent(s):
3c5bc1b
End of training
Browse files- README.md +2 -2
- config.json +8 -3
- diffusion_pytorch_model.safetensors +2 -2
- logs/train_controlnet/1698957032.0348659/events.out.tfevents.1698957032.cc-ubuntu.350687.1 +3 -0
- logs/train_controlnet/1698957032.035358/hparams.yml +49 -0
- logs/train_controlnet/events.out.tfevents.1698957032.cc-ubuntu.350687.0 +3 -0
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- stable-diffusion
|
7 |
- stable-diffusion-diffusers
|
@@ -13,5 +13,5 @@ inference: true
|
|
13 |
|
14 |
# controlnet-AimerStars/outputs
|
15 |
|
16 |
-
These are controlnet weights trained on
|
17 |
|
|
|
1 |
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
+
base_model: sudo-ai/zero123plus-v1.1
|
5 |
tags:
|
6 |
- stable-diffusion
|
7 |
- stable-diffusion-diffusers
|
|
|
13 |
|
14 |
# controlnet-AimerStars/outputs
|
15 |
|
16 |
+
These are controlnet weights trained on sudo-ai/zero123plus-v1.1 with new type of conditioning.
|
17 |
|
config.json
CHANGED
@@ -5,7 +5,12 @@
|
|
5 |
"addition_embed_type": null,
|
6 |
"addition_embed_type_num_heads": 64,
|
7 |
"addition_time_embed_dim": null,
|
8 |
-
"attention_head_dim":
|
|
|
|
|
|
|
|
|
|
|
9 |
"block_out_channels": [
|
10 |
320,
|
11 |
640,
|
@@ -21,7 +26,7 @@
|
|
21 |
256
|
22 |
],
|
23 |
"controlnet_conditioning_channel_order": "rgb",
|
24 |
-
"cross_attention_dim":
|
25 |
"down_block_types": [
|
26 |
"CrossAttnDownBlock2D",
|
27 |
"CrossAttnDownBlock2D",
|
@@ -46,5 +51,5 @@
|
|
46 |
"resnet_time_scale_shift": "default",
|
47 |
"transformer_layers_per_block": 1,
|
48 |
"upcast_attention": false,
|
49 |
-
"use_linear_projection":
|
50 |
}
|
|
|
5 |
"addition_embed_type": null,
|
6 |
"addition_embed_type_num_heads": 64,
|
7 |
"addition_time_embed_dim": null,
|
8 |
+
"attention_head_dim": [
|
9 |
+
5,
|
10 |
+
10,
|
11 |
+
20,
|
12 |
+
20
|
13 |
+
],
|
14 |
"block_out_channels": [
|
15 |
320,
|
16 |
640,
|
|
|
26 |
256
|
27 |
],
|
28 |
"controlnet_conditioning_channel_order": "rgb",
|
29 |
+
"cross_attention_dim": 1024,
|
30 |
"down_block_types": [
|
31 |
"CrossAttnDownBlock2D",
|
32 |
"CrossAttnDownBlock2D",
|
|
|
51 |
"resnet_time_scale_shift": "default",
|
52 |
"transformer_layers_per_block": 1,
|
53 |
"upcast_attention": false,
|
54 |
+
"use_linear_projection": true
|
55 |
}
|
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:08487ca23c4164edb15ed2b067ad7244f62617e82c301954091b32e3f2e61534
|
3 |
+
size 1456953560
|
logs/train_controlnet/1698957032.0348659/events.out.tfevents.1698957032.cc-ubuntu.350687.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d8d4d189754bd52519231de644298bc7054f1545dd9653bfd5287692f6aceb6
|
3 |
+
size 2268
|
logs/train_controlnet/1698957032.035358/hparams.yml
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
adam_beta1: 0.9
|
2 |
+
adam_beta2: 0.999
|
3 |
+
adam_epsilon: 1.0e-08
|
4 |
+
adam_weight_decay: 0.01
|
5 |
+
allow_tf32: false
|
6 |
+
cache_dir: null
|
7 |
+
caption_column: text
|
8 |
+
checkpointing_steps: 500
|
9 |
+
checkpoints_total_limit: null
|
10 |
+
conditioning_image_column: conditioning_image
|
11 |
+
controlnet_model_name_or_path: null
|
12 |
+
dataloader_num_workers: 0
|
13 |
+
dataset_config_name: null
|
14 |
+
dataset_name: fusing/fill50k
|
15 |
+
enable_xformers_memory_efficient_attention: false
|
16 |
+
gradient_accumulation_steps: 4
|
17 |
+
gradient_checkpointing: false
|
18 |
+
hub_model_id: null
|
19 |
+
hub_token: null
|
20 |
+
image_column: image
|
21 |
+
learning_rate: 1.0e-05
|
22 |
+
logging_dir: logs
|
23 |
+
lr_num_cycles: 1
|
24 |
+
lr_power: 1.0
|
25 |
+
lr_scheduler: constant
|
26 |
+
lr_warmup_steps: 500
|
27 |
+
max_grad_norm: 1.0
|
28 |
+
max_train_samples: null
|
29 |
+
max_train_steps: 12500
|
30 |
+
mixed_precision: null
|
31 |
+
num_train_epochs: 1
|
32 |
+
num_validation_images: 4
|
33 |
+
output_dir: ./outputs/
|
34 |
+
pretrained_model_name_or_path: sudo-ai/zero123plus-v1.1
|
35 |
+
proportion_empty_prompts: 0
|
36 |
+
push_to_hub: true
|
37 |
+
report_to: tensorboard
|
38 |
+
resolution: 512
|
39 |
+
resume_from_checkpoint: null
|
40 |
+
revision: null
|
41 |
+
scale_lr: false
|
42 |
+
seed: null
|
43 |
+
set_grads_to_none: false
|
44 |
+
tokenizer_name: null
|
45 |
+
tracker_project_name: train_controlnet
|
46 |
+
train_batch_size: 1
|
47 |
+
train_data_dir: null
|
48 |
+
use_8bit_adam: false
|
49 |
+
validation_steps: 100
|
logs/train_controlnet/events.out.tfevents.1698957032.cc-ubuntu.350687.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec50daec51dc77ee5d8bd3ad67ef2b976f3751ef820c327ae205c194ba061d7e
|
3 |
+
size 88
|