MaxReynolds commited on
Commit
5526bb9
1 Parent(s): cf6ca8a

End of training

Browse files
README.md CHANGED
@@ -1,7 +1,7 @@
1
 
2
  ---
3
  license: creativeml-openrail-m
4
- base_model: CompVis/stable-diffusion-v1-2
5
  datasets:
6
  - MaxReynolds/Lee_Souder_RocketLauncher_Generated
7
  tags:
@@ -14,7 +14,7 @@ inference: true
14
 
15
  # Text-to-image finetuning - MaxReynolds/SouderRocketLauncherNetCombinedGenerated
16
 
17
- This pipeline was finetuned from **CompVis/stable-diffusion-v1-2** on the **MaxReynolds/Lee_Souder_RocketLauncher_Generated** dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['Rocket Launcher by Lee Souder']:
18
 
19
  ![val_imgs_grid](./val_imgs_grid.png)
20
 
@@ -45,4 +45,4 @@ These are the key hyperparameters used during training:
45
  * Mixed-precision: fp16
46
 
47
 
48
- More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/max-f-reynolds/text2image-fine-tune/runs/6lr38hd2).
 
1
 
2
  ---
3
  license: creativeml-openrail-m
4
+ base_model: MaxReynolds/SouderRocketLauncherNetCombined-SD1-5
5
  datasets:
6
  - MaxReynolds/Lee_Souder_RocketLauncher_Generated
7
  tags:
 
14
 
15
  # Text-to-image finetuning - MaxReynolds/SouderRocketLauncherNetCombinedGenerated
16
 
17
+ This pipeline was finetuned from **MaxReynolds/SouderRocketLauncherNetCombined-SD1-5** on the **MaxReynolds/Lee_Souder_RocketLauncher_Generated** dataset. Below are some example images generated with the finetuned pipeline using the following prompts: ['Rocket Launcher by Lee Souder']:
18
 
19
  ![val_imgs_grid](./val_imgs_grid.png)
20
 
 
45
  * Mixed-precision: fp16
46
 
47
 
48
+ More information on all the CLI arguments and the environment are available on your [`wandb` run page](https://wandb.ai/max-f-reynolds/text2image-fine-tune/runs/18quem9n).
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "CompVis/stable-diffusion-v1-2",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "MaxReynolds/SouderRocketLauncherNetCombined-SD1-5",
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-2/snapshots/f519eebf1372598b85ab317ec273a63ebeddd5eb/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--MaxReynolds--SouderRocketLauncherNetCombined-SD1-5/snapshots/b69fc3044d90f984b55b42d72304e0b9817aec63/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
scheduler/scheduler_config.json CHANGED
@@ -4,6 +4,7 @@
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
 
7
  "num_train_timesteps": 1000,
8
  "prediction_type": "epsilon",
9
  "set_alpha_to_one": false,
 
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
+ "clip_sample": false,
8
  "num_train_timesteps": 1000,
9
  "prediction_type": "epsilon",
10
  "set_alpha_to_one": false,
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "CompVis/stable-diffusion-v1-2",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
@@ -18,7 +18,7 @@
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
- "projection_dim": 512,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.34.1",
24
  "vocab_size": 49408
 
1
  {
2
+ "_name_or_path": "MaxReynolds/SouderRocketLauncherNetCombined-SD1-5",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
+ "projection_dim": 768,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.34.1",
24
  "vocab_size": 49408
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,
tokenizer/tokenizer_config.json CHANGED
@@ -18,6 +18,7 @@
18
  "special": true
19
  }
20
  },
 
21
  "bos_token": "<|startoftext|>",
22
  "clean_up_tokenization_spaces": true,
23
  "do_lower_case": true,
 
18
  "special": true
19
  }
20
  },
21
+ "additional_special_tokens": [],
22
  "bos_token": "<|startoftext|>",
23
  "clean_up_tokenization_spaces": true,
24
  "do_lower_case": true,
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "CompVis/stable-diffusion-v1-2",
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.22.0.dev0",
4
+ "_name_or_path": "MaxReynolds/SouderRocketLauncherNetCombined-SD1-5",
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:94e0a36a276cedf293ee81a0b592f93d9852e9849dc617fa4a4addc815137076
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c8301083108224f50ede97ffa76b514d90bb3cf2fd671e6f0330b6c196fd59
3
  size 3438167536
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "CompVis/stable-diffusion-v1-2",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "MaxReynolds/SouderRocketLauncherNetCombined-SD1-5",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
val_imgs_grid.png CHANGED