nerderlyne commited on
Commit
f4d9b65
·
1 Parent(s): 3bd197f

✓ updating base

Browse files
.gitattributes CHANGED
@@ -1 +1,2 @@
1
  *.safetensors filter=lfs diff=lfs merge=lfs -text
 
 
1
  *.safetensors filter=lfs diff=lfs merge=lfs -text
2
+ *.txt filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ /.env
safety_checker/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_commit_hash": "1f509626c469baf6fd3ab37939158b4944f90005",
3
- "_name_or_path": "/Users/shiv/.cache/huggingface/hub/models--andite--anything-v4.0/snapshots/1f509626c469baf6fd3ab37939158b4944f90005/safety_checker",
4
  "architectures": [
5
  "StableDiffusionSafetyChecker"
6
  ],
 
1
  {
2
+ "_commit_hash": "cb41f3a270d63d454d385fc2e4f571c487c253c5",
3
+ "_name_or_path": "CompVis/stable-diffusion-safety-checker",
4
  "architectures": [
5
  "StableDiffusionSafetyChecker"
6
  ],
scheduler/scheduler_config.json CHANGED
@@ -5,10 +5,14 @@
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,
11
  "skip_prk_steps": true,
12
  "steps_offset": 1,
 
13
  "trained_betas": null
14
  }
 
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "epsilon",
12
+ "sample_max_value": 1.0,
13
  "set_alpha_to_one": false,
14
  "skip_prk_steps": true,
15
  "steps_offset": 1,
16
+ "thresholding": false,
17
  "trained_betas": null
18
  }
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/Users/shiv/.cache/huggingface/hub/models--andite--anything-v4.0/snapshots/1f509626c469baf6fd3ab37939158b4944f90005/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "openai/clip-vit-large-patch14",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b05415b90013d608e9aad2b7e2312db492fb6394b465574179771add0d29dc31
3
  size 492265880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b083b91d8891e75960bc747a24536d569c141baf77f3fc47516c190376e16827
3
  size 492265880
tokenizer/merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer/tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "errors": "replace",
21
  "model_max_length": 77,
22
- "name_or_path": "/Users/shiv/.cache/huggingface/hub/models--andite--anything-v4.0/snapshots/1f509626c469baf6fd3ab37939158b4944f90005/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": "openai/clip-vit-large-patch14",
23
  "pad_token": "<|endoftext|>",
24
  "special_tokens_map_file": "./special_tokens_map.json",
25
  "tokenizer_class": "CLIPTokenizer",
unet/config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.16.1",
4
- "_name_or_path": "/Users/shiv/.cache/huggingface/hub/models--andite--anything-v4.0/snapshots/1f509626c469baf6fd3ab37939158b4944f90005/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
@@ -56,6 +55,6 @@
56
  "CrossAttnUpBlock2D",
57
  "CrossAttnUpBlock2D"
58
  ],
59
- "upcast_attention": false,
60
  "use_linear_projection": false
61
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.16.1",
 
4
  "act_fn": "silu",
5
  "addition_embed_type": null,
6
  "addition_embed_type_num_heads": 64,
 
55
  "CrossAttnUpBlock2D",
56
  "CrossAttnUpBlock2D"
57
  ],
58
+ "upcast_attention": null,
59
  "use_linear_projection": false
60
  }
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de74353a5ef02795efbd6c38eaf18f4d3dd2d72496bbd795ee7df77ee19b948d
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:937c0a23c18d3742fdd97f1d9457a6fcb627bd2797af03754a5e73b9494069ef
3
  size 3438167536
vae/config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.16.1",
4
- "_name_or_path": "/Users/shiv/.cache/huggingface/hub/models--andite--anything-v4.0/snapshots/1f509626c469baf6fd3ab37939158b4944f90005/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.16.1",
 
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b04bf73d00c12d226c682af8b3e22170733bcebd657ee828f8c4da3f55007366
3
  size 334643276
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63df757ecf5f5ee8bd4c88fd4cd00fceb44e1ad30a3e44d952ce346b78f34f91
3
  size 334643276