Commit
·
f4d9b65
1
Parent(s):
3bd197f
✓ updating base
Browse files- .gitattributes +1 -0
- .gitignore +1 -0
- safety_checker/config.json +2 -2
- scheduler/scheduler_config.json +4 -0
- text_encoder/config.json +1 -1
- text_encoder/model.safetensors +1 -1
- tokenizer/merges.txt +0 -0
- tokenizer/tokenizer_config.json +1 -1
- unet/config.json +1 -2
- unet/diffusion_pytorch_model.safetensors +1 -1
- vae/config.json +0 -1
- vae/diffusion_pytorch_model.safetensors +1 -1
.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": "
|
3 |
-
"_name_or_path": "/
|
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": "/
|
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:
|
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": "/
|
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":
|
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:
|
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:
|
3 |
size 334643276
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63df757ecf5f5ee8bd4c88fd4cd00fceb44e1ad30a3e44d952ce346b78f34f91
|
3 |
size 334643276
|