Bellaaazzzzz
commited on
Commit
•
4a83883
1
Parent(s):
6b03e82
End of training
Browse files- README.md +2 -0
- config.json +1 -1
- diffusion_pytorch_model.bin +1 -1
- image_control.png +0 -0
- images_0.png +0 -0
- logs/train_controlnet/1690326967.4751875/events.out.tfevents.1690326967.95598bdb7e9d.3480.1 +3 -0
- logs/train_controlnet/1690326967.4769804/hparams.yml +49 -0
- logs/train_controlnet/events.out.tfevents.1690326967.95598bdb7e9d.3480.0 +3 -0
README.md
CHANGED
@@ -15,4 +15,6 @@ inference: true
|
|
15 |
|
16 |
These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
|
17 |
You can find some example images below.
|
|
|
|
|
18 |
|
|
|
15 |
|
16 |
These are controlnet weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
|
17 |
You can find some example images below.
|
18 |
+
prompt: Interior design
|
19 |
+
![images_0)](./images_0.png)
|
20 |
|
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "ControlNetModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
|
|
1 |
{
|
2 |
"_class_name": "ControlNetModel",
|
3 |
+
"_diffusers_version": "0.18.2",
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1445259705
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90f94ecf11bcd7db98f45c885e8f4ea680701e797dd52bcd5df8bcf130ce7eee
|
3 |
size 1445259705
|
image_control.png
ADDED
images_0.png
ADDED
logs/train_controlnet/1690326967.4751875/events.out.tfevents.1690326967.95598bdb7e9d.3480.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8de246c1e59ae42f7d3d67b2fe51c1a11d4597192314a4b26eabbd90b2447465
|
3 |
+
size 2342
|
logs/train_controlnet/1690326967.4769804/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: Bellaaazzzzz/wireframe
|
15 |
+
enable_xformers_memory_efficient_attention: false
|
16 |
+
gradient_accumulation_steps: 1
|
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: 10
|
29 |
+
max_train_steps: 10
|
30 |
+
mixed_precision: null
|
31 |
+
num_train_epochs: 1
|
32 |
+
num_validation_images: 1
|
33 |
+
output_dir: model_wireframe
|
34 |
+
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
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: 3
|
logs/train_controlnet/events.out.tfevents.1690326967.95598bdb7e9d.3480.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce6a63b94929bcd86684c46017fb67c134588d78010d7885af33d880cfdbed6f
|
3 |
+
size 1119873
|