yehiaserag commited on
Commit
f19ae11
1 Parent(s): 38a5aa8

Update pytorch model to v3

Browse files
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/app/models/dreambooth/animepencildeffusion/working",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "/app/models/dreambooth/animepencilconcept/working",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
text_encoder/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95fe3df559b83a0f87f3cc2a49d01c9fbc11d8bc14fc20b6b0b941bb8ad5690f
3
  size 492308087
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6f9858a73e60d3aa5597695b924448f639291c14e6dcff8762be399a8bbc38
3
  size 492308087
tokenizer/tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "errors": "replace",
21
  "model_max_length": 77,
22
- "name_or_path": "/app/models/dreambooth/animepencildeffusion/working/tokenizer",
23
  "pad_token": "<|endoftext|>",
24
  "special_tokens_map_file": "./special_tokens_map.json",
25
  "tokenizer_class": "CLIPTokenizer",
 
19
  },
20
  "errors": "replace",
21
  "model_max_length": 77,
22
+ "name_or_path": "/app/models/dreambooth/animepencilconcept/working/tokenizer",
23
  "pad_token": "<|endoftext|>",
24
  "special_tokens_map_file": "./special_tokens_map.json",
25
  "tokenizer_class": "CLIPTokenizer",
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.7.2",
4
- "_name_or_path": "/app/models/dreambooth/animepencildeffusion/working",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.7.2",
4
+ "_name_or_path": "/app/models/dreambooth/animepencilconcept/working",
5
  "act_fn": "silu",
6
  "attention_head_dim": 8,
7
  "block_out_channels": [
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cbfcb8ceb9ca2faaa1d26669c1965a54c8a42e8b902316608c99767d944cf2cb
3
  size 3438364325
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd94cf099eaf5781f1272bb4de9579cb1cbc29e6176dab5b6071884a3e9b2bf
3
  size 3438364325
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.7.2",
4
- "_name_or_path": "/app/models/dreambooth/animepencildeffusion/working",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.7.2",
4
+ "_name_or_path": "/app/models/dreambooth/animepencilconcept/working",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,