Carmen000 commited on
Commit
f193391
·
verified ·
1 Parent(s): e916284

End of training

Browse files
README.md CHANGED
@@ -8,6 +8,11 @@ tags:
8
  - diffusers-training
9
  - stable-diffusion
10
  - stable-diffusion-diffusers
 
 
 
 
 
11
  inference: true
12
  instance_prompt: a photo of sks dog
13
  ---
 
8
  - diffusers-training
9
  - stable-diffusion
10
  - stable-diffusion-diffusers
11
+ - text-to-image
12
+ - dreambooth
13
+ - diffusers-training
14
+ - stable-diffusion
15
+ - stable-diffusion-diffusers
16
  inference: true
17
  instance_prompt: a photo of sks dog
18
  ---
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e231d9724db00e04675ba483a438bcd5e2a9d5d6479c0ef38e0f1a557e9606bf
3
  size 6876750164
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d958b9d9f04b05e406c82769559c6d7c26ec588c7147538984fc26150d2cd36a
3
  size 6876750164
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a9f0972f17c5bfa1b0aebdf8a0bec35701ea7e606d8072e1ef1c75b4ff66776
3
- size 14344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96a88156b58a06815e2bc57ea233929432105107bf4410a720af1542ee539d56
3
+ size 14408
checkpoint-500/scheduler.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65115106fbd9463fa6c7133b543dece71c31fcba363ff15b8c73f8c7eb0739c5
3
  size 1000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff7e0081931acdf638a5b6dc6f89d270dc53395b51e189cd30a4b0fd9d14285
3
  size 1000
checkpoint-500/unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.0.dev0",
4
- "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "Carmen000/dreambooth",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
checkpoint-500/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4c96e324e2ef32ff5128a372eb67c76ef72d24a3927b1ce46ad856231ef8c092
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8be1735b6eb78f77684c118e06260b88fbcfd7b38d79df1343252ea4f082ac40
3
  size 3438167536
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.30.0.dev0",
4
- "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "Carmen000/dreambooth",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
safety_checker/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--Carmen000--dreambooth/snapshots/e91628456ac0628553aa777a5c0dfe9d8a740416/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "CompVis/stable-diffusion-v1-4",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "Carmen000/dreambooth",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
tokenizer/special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|endoftext|>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.0.dev0",
4
- "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "Carmen000/dreambooth",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11f2bb01abebf3269bed2256c011093f457dbe366f8a5ac2738ca6ccbb93ee9f
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:748870f15487f39cbe17c35d20bc282a9465a7bf13ad0289c8e1910b293d532e
3
  size 3438167536
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.30.0.dev0",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--Carmen000--dreambooth/snapshots/e91628456ac0628553aa777a5c0dfe9d8a740416/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,