SidXXD commited on
Commit
62af05a
1 Parent(s): c682719

End of training

Browse files
<new1>.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9eb825b4933cd3d965e432143772829863107dc6fb0d0daa212747093b66b0d
3
+ size 151785128
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ license: creativeml-openrail-m
4
+ base_model: CompVis/stable-diffusion-v1-4
5
+ instance_prompt: photo of a <new1> dog
6
+ tags:
7
+ - stable-diffusion
8
+ - stable-diffusion-diffusers
9
+ - text-to-image
10
+ - diffusers
11
+ - custom-diffusion
12
+ inference: true
13
+ ---
14
+
15
+ # Custom Diffusion - SidXXD/dog5
16
+
17
+ These are Custom Diffusion adaption weights for CompVis/stable-diffusion-v1-4. The weights were trained on photo of a <new1> dog using [Custom Diffusion](https://www.cs.cmu.edu/~custom-diffusion). You can find some example images in the following.
18
+
19
+
20
+
21
+
22
+ For more details on the training, please follow [this link](https://github.com/huggingface/diffusers/blob/main/examples/custom_diffusion).
checkpoint-250/custom_checkpoint_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6866cfbe991c5358b60686a0ad861594669a2ca9e2368d50949df857aa4473cf
3
+ size 76689565
checkpoint-250/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8cc4733cfff7b1418ce8d5596af76e9fd230dec564b482c3ba25da81ba76f8b
3
+ size 456950854
checkpoint-250/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e71cefba46661f3499b5e4f1f4bfe624bb676db47a9a98ebe426f1fe5f434a1c
3
+ size 76689361
checkpoint-250/pytorch_model_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9e322b8e5d1e7e4e3f3f0ef4e451d10c3cda559b20878e5fc635fef6534d688
3
+ size 492321833
checkpoint-250/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa25629f3da7ee2fa93f9074902cc77c2108a4d92ad92ad87a2325f29dcae82
3
+ size 14663
checkpoint-250/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c54c7dfa0981e4f3405702dde32f7c139b056257f5c201760ea6fbfb47a4b1d7
3
+ size 563
logs/custom-diffusion/1701880659.037779/events.out.tfevents.1701880659.cudahpc06.381831.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172367cccf01cf546e174a61c53877d9306ba9773c1d974faa130b40a9feb971
3
+ size 2765
logs/custom-diffusion/1701880659.0395863/hparams.yml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 250
8
+ checkpoints_total_limit: null
9
+ class_data_dir: null
10
+ class_prompt: null
11
+ concepts_list: null
12
+ dataloader_num_workers: 2
13
+ enable_xformers_memory_efficient_attention: false
14
+ freeze_model: crossattn_kv
15
+ gradient_accumulation_steps: 1
16
+ gradient_checkpointing: false
17
+ hflip: true
18
+ hub_model_id: null
19
+ hub_token: null
20
+ initializer_token: ktn+pll+ucd
21
+ instance_data_dir: //home/xide/miniconda3/code/diffusers/examples/custom_diffusion/data/dog/dog5
22
+ instance_prompt: photo of a <new1> dog
23
+ learning_rate: 1.0e-05
24
+ local_rank: -1
25
+ logging_dir: logs
26
+ lr_scheduler: constant
27
+ lr_warmup_steps: 0
28
+ max_grad_norm: 1.0
29
+ max_train_steps: 250
30
+ mixed_precision: null
31
+ modifier_token: <new1>
32
+ no_safe_serialization: true
33
+ noaug: false
34
+ num_class_images: 200
35
+ num_train_epochs: 1
36
+ num_validation_images: 2
37
+ output_dir: /home/xide/miniconda3/code/diffusers/examples/custom_diffusion/model/single-concept/dog/dog5
38
+ pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
39
+ prior_generation_precision: null
40
+ prior_loss_weight: 0.0
41
+ push_to_hub: true
42
+ real_prior: false
43
+ report_to: tensorboard
44
+ resolution: 512
45
+ resume_from_checkpoint: null
46
+ revision: null
47
+ sample_batch_size: 4
48
+ scale_lr: true
49
+ seed: 42
50
+ set_grads_to_none: false
51
+ tokenizer_name: null
52
+ train_batch_size: 2
53
+ use_8bit_adam: false
54
+ validation_prompt: null
55
+ validation_steps: 50
56
+ variant: null
57
+ with_prior_preservation: false
logs/custom-diffusion/events.out.tfevents.1701880659.cudahpc06.381831.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42783de6a92989aa57e7b49c42843a04aae1d4d6b4f55bf0d844e768df8a737a
3
+ size 20834
pytorch_custom_diffusion_weights.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40805d01764f2e4b66022046d8835944fdd96bccfb89686f2001b76173a44b6b
3
+ size 76691351