Sofoklis commited on
Commit
005f74d
1 Parent(s): 80893aa

Upload StableDiffusionPipeline

Browse files
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.27.2",
4
- "_name_or_path": "/scratch/stud2020/strigkas/work/model_training_workspace/cond_runs/run_ga2_off00_bsz_16_no_lora_512_RF_lr_03_no_transform",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.27.2",
4
+ "_name_or_path": "runwayml/stable-diffusion-v1-5",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/scratch/stud2020/strigkas/work/model_training_workspace/cond_runs/run_ga2_off00_bsz_16_no_lora_512_RF_lr_03_no_transform/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "/home/stud2020/strigkas/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
tokenizer/special_tokens_map.json CHANGED
@@ -13,13 +13,7 @@
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,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": "<|endoftext|>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.27.2",
4
- "_name_or_path": "/scratch/stud2020/strigkas/work/model_training_workspace/cond_runs/run_ga2_off00_bsz_16_no_lora_512_RF_lr_03_no_transform/unet",
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.27.2",
4
+ "_name_or_path": "/home/stud2020/strigkas/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/unet",
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:1a562b46b5f367551bbaec5117a4edfb05e33f22de07deaa345bcb795ffbed65
3
- size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:789e53f7b4aa211b200d45cd82647d8d9c30a2b51f7bc94bf5c7340509c70da0
3
+ size 3450964080
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.27.2",
4
- "_name_or_path": "/scratch/stud2020/strigkas/work/model_training_workspace/cond_runs/run_ga2_off00_bsz_16_no_lora_512_RF_lr_03_no_transform/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.27.2",
4
+ "_name_or_path": "/home/stud2020/strigkas/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,