Bagheera Bghira commited on
Commit
86f1299
1 Parent(s): ba8a8b3

new attempt, COCO 140k

Browse files
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.20.0.dev0",
4
- "_name_or_path": "/notebooks/pseudo-xltest",
5
  "force_zeros_for_empty_prompt": true,
6
  "scheduler": [
7
  "diffusers",
 
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.20.0.dev0",
4
+ "_name_or_path": "ptx0/sdxl-base",
5
  "force_zeros_for_empty_prompt": true,
6
  "scheduler": [
7
  "diffusers",
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/notebooks/pseudo-xltest/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
- "torch_dtype": "float16",
23
  "transformers_version": "4.30.2",
24
  "vocab_size": 49408
25
  }
 
1
  {
2
+ "_name_or_path": "ptx0/sdxl-base",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
+ "torch_dtype": "bfloat16",
23
  "transformers_version": "4.30.2",
24
  "vocab_size": 49408
25
  }
text_encoder/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae1c7d43b5820db377aa225a21a50675492a327c5c45df815099b6a3d8e8745e
3
- size 246186526
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c14c4f6688e22ec8e33ad5f53f8d4d163420d10f666d23dc0bd111f8b82ebe3
3
+ size 246189278
text_encoder_2/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/notebooks/pseudo-xltest/text_encoder_2",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 32,
20
  "pad_token_id": 1,
21
  "projection_dim": 1280,
22
- "torch_dtype": "float16",
23
  "transformers_version": "4.30.2",
24
  "vocab_size": 49408
25
  }
 
1
  {
2
+ "_name_or_path": "ptx0/sdxl-base",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
 
19
  "num_hidden_layers": 32,
20
  "pad_token_id": 1,
21
  "projection_dim": 1280,
22
+ "torch_dtype": "bfloat16",
23
  "transformers_version": "4.30.2",
24
  "vocab_size": 49408
25
  }
text_encoder_2/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e5c6ed490de3314f977c2da3cb4f783b28eeaaa9e8e65e66925873d580b41b4
3
- size 1389491362
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03760310f5623add1c4b7ecef1c1d5dc28b437e2660f9a66072cec11ddc96351
3
+ size 1389498594
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.20.0.dev0",
4
- "_name_or_path": "/notebooks/pseudo-xltest/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.20.0.dev0",
4
+ "_name_or_path": "simpletuner-results/checkpoint-3400",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0a691e57927c2d98ad13048f243f54eb84817ce4653ec388fcac1516b506bc7
3
  size 10270627802
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08e6427ec90282eb70ea48bb386022c24b2f32b8992d64b0cebeccab0b25a05
3
  size 10270627802
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.20.0.dev0",
4
- "_name_or_path": "/notebooks/pseudo-xltest/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.20.0.dev0",
4
+ "_name_or_path": "madebyollin/sdxl-vae-fp16-fix",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,