Spaces:
Runtime error
Runtime error
Move image and JSON files to Git LFS
Browse filesThis view is limited to 50 files because it contains too many changes. Β
See raw diff
- .gitattributes +3 -0
- docs/assets/tasks.png +0 -0
- docs/openapi.json +0 -0
- extras/BLIP/configs/bert_config.json +3 -21
- extras/BLIP/configs/med_config.json +3 -21
- extras/BLIP/models/bert_tokenizer/config.json +3 -23
- extras/BLIP/models/bert_tokenizer/tokenizer.json +0 -0
- extras/BLIP/models/bert_tokenizer/tokenizer_config.json +3 -3
- extras/safety_checker/configs/config.json +3 -171
- extras/safety_checker/configs/preprocessor_config.json +3 -20
- repositories/Fooocus/extras/BLIP/configs/bert_config.json +3 -21
- repositories/Fooocus/extras/BLIP/configs/med_config.json +3 -21
- repositories/Fooocus/extras/BLIP/models/bert_tokenizer/config.json +3 -23
- repositories/Fooocus/extras/BLIP/models/bert_tokenizer/tokenizer.json +0 -0
- repositories/Fooocus/extras/BLIP/models/bert_tokenizer/tokenizer_config.json +3 -3
- repositories/Fooocus/extras/safety_checker/configs/config.json +3 -171
- repositories/Fooocus/extras/safety_checker/configs/preprocessor_config.json +3 -20
- repositories/Fooocus/ldm_patched/modules/clip_config_bigg.json +3 -23
- repositories/Fooocus/ldm_patched/modules/clip_vision_config_g.json +3 -18
- repositories/Fooocus/ldm_patched/modules/clip_vision_config_h.json +3 -18
- repositories/Fooocus/ldm_patched/modules/clip_vision_config_vitl.json +3 -18
- repositories/Fooocus/ldm_patched/modules/sd1_clip_config.json +3 -25
- repositories/Fooocus/ldm_patched/modules/sd1_tokenizer/special_tokens_map.json +3 -24
- repositories/Fooocus/ldm_patched/modules/sd1_tokenizer/tokenizer_config.json +3 -34
- repositories/Fooocus/ldm_patched/modules/sd1_tokenizer/vocab.json +0 -0
- repositories/Fooocus/ldm_patched/modules/sd2_clip_config.json +3 -23
- repositories/Fooocus/models/prompt_expansion/fooocus_expansion/config.json +3 -40
- repositories/Fooocus/models/prompt_expansion/fooocus_expansion/special_tokens_map.json +3 -5
- repositories/Fooocus/models/prompt_expansion/fooocus_expansion/tokenizer.json +0 -0
- repositories/Fooocus/models/prompt_expansion/fooocus_expansion/tokenizer_config.json +3 -10
- repositories/Fooocus/models/prompt_expansion/fooocus_expansion/vocab.json +0 -0
- repositories/Fooocus/presets/anime.json +3 -60
- repositories/Fooocus/presets/default.json +3 -60
- repositories/Fooocus/presets/lcm.json +3 -58
- repositories/Fooocus/presets/playground_v2.5.json +3 -51
- repositories/Fooocus/presets/pony_v6.json +3 -54
- repositories/Fooocus/presets/realistic.json +3 -54
- repositories/Fooocus/presets/sai.json +3 -54
- repositories/Fooocus/sdxl_styles/samples/abstract_expressionism.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/academia.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/action_figure.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/adorable_3d_character.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/adorable_kawaii.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/ads_advertising.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/ads_automotive.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/ads_corporate.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/ads_fashion_editorial.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/ads_food_photography.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/ads_gourmet_food_photography.jpg +0 -0
- repositories/Fooocus/sdxl_styles/samples/ads_luxury.jpg +0 -0
.gitattributes
CHANGED
@@ -35,3 +35,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
docs/assets/tasks.png
CHANGED
![]() |
![]() |
Git LFS Details
|
docs/openapi.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
extras/BLIP/configs/bert_config.json
CHANGED
@@ -1,21 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"hidden_act": "gelu",
|
7 |
-
"hidden_dropout_prob": 0.1,
|
8 |
-
"hidden_size": 768,
|
9 |
-
"initializer_range": 0.02,
|
10 |
-
"intermediate_size": 3072,
|
11 |
-
"layer_norm_eps": 1e-12,
|
12 |
-
"max_position_embeddings": 512,
|
13 |
-
"model_type": "bert",
|
14 |
-
"num_attention_heads": 12,
|
15 |
-
"num_hidden_layers": 12,
|
16 |
-
"pad_token_id": 0,
|
17 |
-
"type_vocab_size": 2,
|
18 |
-
"vocab_size": 30522,
|
19 |
-
"encoder_width": 768,
|
20 |
-
"add_cross_attention": true
|
21 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:193c598ce6abb4f13512464010ca4c0abff44b0b33a74245fc97ce76b334bc5d
|
3 |
+
size 485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extras/BLIP/configs/med_config.json
CHANGED
@@ -1,21 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"hidden_act": "gelu",
|
7 |
-
"hidden_dropout_prob": 0.1,
|
8 |
-
"hidden_size": 768,
|
9 |
-
"initializer_range": 0.02,
|
10 |
-
"intermediate_size": 3072,
|
11 |
-
"layer_norm_eps": 1e-12,
|
12 |
-
"max_position_embeddings": 512,
|
13 |
-
"model_type": "bert",
|
14 |
-
"num_attention_heads": 12,
|
15 |
-
"num_hidden_layers": 12,
|
16 |
-
"pad_token_id": 0,
|
17 |
-
"type_vocab_size": 2,
|
18 |
-
"vocab_size": 30524,
|
19 |
-
"encoder_width": 768,
|
20 |
-
"add_cross_attention": true
|
21 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8b5029cc3c0124313d17009d043f0701bbe497f3721fa4ceb818720fe665326
|
3 |
+
size 485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extras/BLIP/models/bert_tokenizer/config.json
CHANGED
@@ -1,23 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"gradient_checkpointing": false,
|
7 |
-
"hidden_act": "gelu",
|
8 |
-
"hidden_dropout_prob": 0.1,
|
9 |
-
"hidden_size": 768,
|
10 |
-
"initializer_range": 0.02,
|
11 |
-
"intermediate_size": 3072,
|
12 |
-
"layer_norm_eps": 1e-12,
|
13 |
-
"max_position_embeddings": 512,
|
14 |
-
"model_type": "bert",
|
15 |
-
"num_attention_heads": 12,
|
16 |
-
"num_hidden_layers": 12,
|
17 |
-
"pad_token_id": 0,
|
18 |
-
"position_embedding_type": "absolute",
|
19 |
-
"transformers_version": "4.6.0.dev0",
|
20 |
-
"type_vocab_size": 2,
|
21 |
-
"use_cache": true,
|
22 |
-
"vocab_size": 30522
|
23 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7160e1553ad2ca51d8c1cb066be533db31826e12d173824c1bb0cb1a4f187d20
|
3 |
+
size 570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extras/BLIP/models/bert_tokenizer/tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
extras/BLIP/models/bert_tokenizer/tokenizer_config.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53b6f42b8b8daddbdc6d3532c324187a92b46c1602bd6e8d4ad5a413b4fc90e1
|
3 |
+
size 28
|
extras/safety_checker/configs/config.json
CHANGED
@@ -1,171 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"SafetyChecker"
|
5 |
-
],
|
6 |
-
"initializer_factor": 1.0,
|
7 |
-
"logit_scale_init_value": 2.6592,
|
8 |
-
"model_type": "clip",
|
9 |
-
"projection_dim": 768,
|
10 |
-
"text_config": {
|
11 |
-
"_name_or_path": "",
|
12 |
-
"add_cross_attention": false,
|
13 |
-
"architectures": null,
|
14 |
-
"attention_dropout": 0.0,
|
15 |
-
"bad_words_ids": null,
|
16 |
-
"bos_token_id": 0,
|
17 |
-
"chunk_size_feed_forward": 0,
|
18 |
-
"cross_attention_hidden_size": null,
|
19 |
-
"decoder_start_token_id": null,
|
20 |
-
"diversity_penalty": 0.0,
|
21 |
-
"do_sample": false,
|
22 |
-
"dropout": 0.0,
|
23 |
-
"early_stopping": false,
|
24 |
-
"encoder_no_repeat_ngram_size": 0,
|
25 |
-
"eos_token_id": 2,
|
26 |
-
"exponential_decay_length_penalty": null,
|
27 |
-
"finetuning_task": null,
|
28 |
-
"forced_bos_token_id": null,
|
29 |
-
"forced_eos_token_id": null,
|
30 |
-
"hidden_act": "quick_gelu",
|
31 |
-
"hidden_size": 768,
|
32 |
-
"id2label": {
|
33 |
-
"0": "LABEL_0",
|
34 |
-
"1": "LABEL_1"
|
35 |
-
},
|
36 |
-
"initializer_factor": 1.0,
|
37 |
-
"initializer_range": 0.02,
|
38 |
-
"intermediate_size": 3072,
|
39 |
-
"is_decoder": false,
|
40 |
-
"is_encoder_decoder": false,
|
41 |
-
"label2id": {
|
42 |
-
"LABEL_0": 0,
|
43 |
-
"LABEL_1": 1
|
44 |
-
},
|
45 |
-
"layer_norm_eps": 1e-05,
|
46 |
-
"length_penalty": 1.0,
|
47 |
-
"max_length": 20,
|
48 |
-
"max_position_embeddings": 77,
|
49 |
-
"min_length": 0,
|
50 |
-
"model_type": "clip_text_model",
|
51 |
-
"no_repeat_ngram_size": 0,
|
52 |
-
"num_attention_heads": 12,
|
53 |
-
"num_beam_groups": 1,
|
54 |
-
"num_beams": 1,
|
55 |
-
"num_hidden_layers": 12,
|
56 |
-
"num_return_sequences": 1,
|
57 |
-
"output_attentions": false,
|
58 |
-
"output_hidden_states": false,
|
59 |
-
"output_scores": false,
|
60 |
-
"pad_token_id": 1,
|
61 |
-
"prefix": null,
|
62 |
-
"problem_type": null,
|
63 |
-
"pruned_heads": {},
|
64 |
-
"remove_invalid_values": false,
|
65 |
-
"repetition_penalty": 1.0,
|
66 |
-
"return_dict": true,
|
67 |
-
"return_dict_in_generate": false,
|
68 |
-
"sep_token_id": null,
|
69 |
-
"task_specific_params": null,
|
70 |
-
"temperature": 1.0,
|
71 |
-
"tie_encoder_decoder": false,
|
72 |
-
"tie_word_embeddings": true,
|
73 |
-
"tokenizer_class": null,
|
74 |
-
"top_k": 50,
|
75 |
-
"top_p": 1.0,
|
76 |
-
"torch_dtype": null,
|
77 |
-
"torchscript": false,
|
78 |
-
"transformers_version": "4.21.0.dev0",
|
79 |
-
"typical_p": 1.0,
|
80 |
-
"use_bfloat16": false,
|
81 |
-
"vocab_size": 49408
|
82 |
-
},
|
83 |
-
"text_config_dict": {
|
84 |
-
"hidden_size": 768,
|
85 |
-
"intermediate_size": 3072,
|
86 |
-
"num_attention_heads": 12,
|
87 |
-
"num_hidden_layers": 12
|
88 |
-
},
|
89 |
-
"torch_dtype": "float32",
|
90 |
-
"transformers_version": null,
|
91 |
-
"vision_config": {
|
92 |
-
"_name_or_path": "",
|
93 |
-
"add_cross_attention": false,
|
94 |
-
"architectures": null,
|
95 |
-
"attention_dropout": 0.0,
|
96 |
-
"bad_words_ids": null,
|
97 |
-
"bos_token_id": null,
|
98 |
-
"chunk_size_feed_forward": 0,
|
99 |
-
"cross_attention_hidden_size": null,
|
100 |
-
"decoder_start_token_id": null,
|
101 |
-
"diversity_penalty": 0.0,
|
102 |
-
"do_sample": false,
|
103 |
-
"dropout": 0.0,
|
104 |
-
"early_stopping": false,
|
105 |
-
"encoder_no_repeat_ngram_size": 0,
|
106 |
-
"eos_token_id": null,
|
107 |
-
"exponential_decay_length_penalty": null,
|
108 |
-
"finetuning_task": null,
|
109 |
-
"forced_bos_token_id": null,
|
110 |
-
"forced_eos_token_id": null,
|
111 |
-
"hidden_act": "quick_gelu",
|
112 |
-
"hidden_size": 1024,
|
113 |
-
"id2label": {
|
114 |
-
"0": "LABEL_0",
|
115 |
-
"1": "LABEL_1"
|
116 |
-
},
|
117 |
-
"image_size": 224,
|
118 |
-
"initializer_factor": 1.0,
|
119 |
-
"initializer_range": 0.02,
|
120 |
-
"intermediate_size": 4096,
|
121 |
-
"is_decoder": false,
|
122 |
-
"is_encoder_decoder": false,
|
123 |
-
"label2id": {
|
124 |
-
"LABEL_0": 0,
|
125 |
-
"LABEL_1": 1
|
126 |
-
},
|
127 |
-
"layer_norm_eps": 1e-05,
|
128 |
-
"length_penalty": 1.0,
|
129 |
-
"max_length": 20,
|
130 |
-
"min_length": 0,
|
131 |
-
"model_type": "clip_vision_model",
|
132 |
-
"no_repeat_ngram_size": 0,
|
133 |
-
"num_attention_heads": 16,
|
134 |
-
"num_beam_groups": 1,
|
135 |
-
"num_beams": 1,
|
136 |
-
"num_hidden_layers": 24,
|
137 |
-
"num_return_sequences": 1,
|
138 |
-
"output_attentions": false,
|
139 |
-
"output_hidden_states": false,
|
140 |
-
"output_scores": false,
|
141 |
-
"pad_token_id": null,
|
142 |
-
"patch_size": 14,
|
143 |
-
"prefix": null,
|
144 |
-
"problem_type": null,
|
145 |
-
"pruned_heads": {},
|
146 |
-
"remove_invalid_values": false,
|
147 |
-
"repetition_penalty": 1.0,
|
148 |
-
"return_dict": true,
|
149 |
-
"return_dict_in_generate": false,
|
150 |
-
"sep_token_id": null,
|
151 |
-
"task_specific_params": null,
|
152 |
-
"temperature": 1.0,
|
153 |
-
"tie_encoder_decoder": false,
|
154 |
-
"tie_word_embeddings": true,
|
155 |
-
"tokenizer_class": null,
|
156 |
-
"top_k": 50,
|
157 |
-
"top_p": 1.0,
|
158 |
-
"torch_dtype": null,
|
159 |
-
"torchscript": false,
|
160 |
-
"transformers_version": "4.21.0.dev0",
|
161 |
-
"typical_p": 1.0,
|
162 |
-
"use_bfloat16": false
|
163 |
-
},
|
164 |
-
"vision_config_dict": {
|
165 |
-
"hidden_size": 1024,
|
166 |
-
"intermediate_size": 4096,
|
167 |
-
"num_attention_heads": 16,
|
168 |
-
"num_hidden_layers": 24,
|
169 |
-
"patch_size": 14
|
170 |
-
}
|
171 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c879a63ee73f528bc5ec148aaea487b2b165f6a785f9cb55b90e590ba7977e0e
|
3 |
+
size 4549
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extras/safety_checker/configs/preprocessor_config.json
CHANGED
@@ -1,20 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"do_convert_rgb": true,
|
5 |
-
"do_normalize": true,
|
6 |
-
"do_resize": true,
|
7 |
-
"feature_extractor_type": "CLIPFeatureExtractor",
|
8 |
-
"image_mean": [
|
9 |
-
0.48145466,
|
10 |
-
0.4578275,
|
11 |
-
0.40821073
|
12 |
-
],
|
13 |
-
"image_std": [
|
14 |
-
0.26862954,
|
15 |
-
0.26130258,
|
16 |
-
0.27577711
|
17 |
-
],
|
18 |
-
"resample": 3,
|
19 |
-
"size": 224
|
20 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a1da83b5e1032aaeef397552ddb408dca0d8cd1dc58f61bf6abf38d6f33a0a2
|
3 |
+
size 342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/extras/BLIP/configs/bert_config.json
CHANGED
@@ -1,21 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"hidden_act": "gelu",
|
7 |
-
"hidden_dropout_prob": 0.1,
|
8 |
-
"hidden_size": 768,
|
9 |
-
"initializer_range": 0.02,
|
10 |
-
"intermediate_size": 3072,
|
11 |
-
"layer_norm_eps": 1e-12,
|
12 |
-
"max_position_embeddings": 512,
|
13 |
-
"model_type": "bert",
|
14 |
-
"num_attention_heads": 12,
|
15 |
-
"num_hidden_layers": 12,
|
16 |
-
"pad_token_id": 0,
|
17 |
-
"type_vocab_size": 2,
|
18 |
-
"vocab_size": 30522,
|
19 |
-
"encoder_width": 768,
|
20 |
-
"add_cross_attention": true
|
21 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:193c598ce6abb4f13512464010ca4c0abff44b0b33a74245fc97ce76b334bc5d
|
3 |
+
size 485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/extras/BLIP/configs/med_config.json
CHANGED
@@ -1,21 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"hidden_act": "gelu",
|
7 |
-
"hidden_dropout_prob": 0.1,
|
8 |
-
"hidden_size": 768,
|
9 |
-
"initializer_range": 0.02,
|
10 |
-
"intermediate_size": 3072,
|
11 |
-
"layer_norm_eps": 1e-12,
|
12 |
-
"max_position_embeddings": 512,
|
13 |
-
"model_type": "bert",
|
14 |
-
"num_attention_heads": 12,
|
15 |
-
"num_hidden_layers": 12,
|
16 |
-
"pad_token_id": 0,
|
17 |
-
"type_vocab_size": 2,
|
18 |
-
"vocab_size": 30524,
|
19 |
-
"encoder_width": 768,
|
20 |
-
"add_cross_attention": true
|
21 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8b5029cc3c0124313d17009d043f0701bbe497f3721fa4ceb818720fe665326
|
3 |
+
size 485
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/extras/BLIP/models/bert_tokenizer/config.json
CHANGED
@@ -1,23 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"gradient_checkpointing": false,
|
7 |
-
"hidden_act": "gelu",
|
8 |
-
"hidden_dropout_prob": 0.1,
|
9 |
-
"hidden_size": 768,
|
10 |
-
"initializer_range": 0.02,
|
11 |
-
"intermediate_size": 3072,
|
12 |
-
"layer_norm_eps": 1e-12,
|
13 |
-
"max_position_embeddings": 512,
|
14 |
-
"model_type": "bert",
|
15 |
-
"num_attention_heads": 12,
|
16 |
-
"num_hidden_layers": 12,
|
17 |
-
"pad_token_id": 0,
|
18 |
-
"position_embedding_type": "absolute",
|
19 |
-
"transformers_version": "4.6.0.dev0",
|
20 |
-
"type_vocab_size": 2,
|
21 |
-
"use_cache": true,
|
22 |
-
"vocab_size": 30522
|
23 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7160e1553ad2ca51d8c1cb066be533db31826e12d173824c1bb0cb1a4f187d20
|
3 |
+
size 570
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/extras/BLIP/models/bert_tokenizer/tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
repositories/Fooocus/extras/BLIP/models/bert_tokenizer/tokenizer_config.json
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53b6f42b8b8daddbdc6d3532c324187a92b46c1602bd6e8d4ad5a413b4fc90e1
|
3 |
+
size 28
|
repositories/Fooocus/extras/safety_checker/configs/config.json
CHANGED
@@ -1,171 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"SafetyChecker"
|
5 |
-
],
|
6 |
-
"initializer_factor": 1.0,
|
7 |
-
"logit_scale_init_value": 2.6592,
|
8 |
-
"model_type": "clip",
|
9 |
-
"projection_dim": 768,
|
10 |
-
"text_config": {
|
11 |
-
"_name_or_path": "",
|
12 |
-
"add_cross_attention": false,
|
13 |
-
"architectures": null,
|
14 |
-
"attention_dropout": 0.0,
|
15 |
-
"bad_words_ids": null,
|
16 |
-
"bos_token_id": 0,
|
17 |
-
"chunk_size_feed_forward": 0,
|
18 |
-
"cross_attention_hidden_size": null,
|
19 |
-
"decoder_start_token_id": null,
|
20 |
-
"diversity_penalty": 0.0,
|
21 |
-
"do_sample": false,
|
22 |
-
"dropout": 0.0,
|
23 |
-
"early_stopping": false,
|
24 |
-
"encoder_no_repeat_ngram_size": 0,
|
25 |
-
"eos_token_id": 2,
|
26 |
-
"exponential_decay_length_penalty": null,
|
27 |
-
"finetuning_task": null,
|
28 |
-
"forced_bos_token_id": null,
|
29 |
-
"forced_eos_token_id": null,
|
30 |
-
"hidden_act": "quick_gelu",
|
31 |
-
"hidden_size": 768,
|
32 |
-
"id2label": {
|
33 |
-
"0": "LABEL_0",
|
34 |
-
"1": "LABEL_1"
|
35 |
-
},
|
36 |
-
"initializer_factor": 1.0,
|
37 |
-
"initializer_range": 0.02,
|
38 |
-
"intermediate_size": 3072,
|
39 |
-
"is_decoder": false,
|
40 |
-
"is_encoder_decoder": false,
|
41 |
-
"label2id": {
|
42 |
-
"LABEL_0": 0,
|
43 |
-
"LABEL_1": 1
|
44 |
-
},
|
45 |
-
"layer_norm_eps": 1e-05,
|
46 |
-
"length_penalty": 1.0,
|
47 |
-
"max_length": 20,
|
48 |
-
"max_position_embeddings": 77,
|
49 |
-
"min_length": 0,
|
50 |
-
"model_type": "clip_text_model",
|
51 |
-
"no_repeat_ngram_size": 0,
|
52 |
-
"num_attention_heads": 12,
|
53 |
-
"num_beam_groups": 1,
|
54 |
-
"num_beams": 1,
|
55 |
-
"num_hidden_layers": 12,
|
56 |
-
"num_return_sequences": 1,
|
57 |
-
"output_attentions": false,
|
58 |
-
"output_hidden_states": false,
|
59 |
-
"output_scores": false,
|
60 |
-
"pad_token_id": 1,
|
61 |
-
"prefix": null,
|
62 |
-
"problem_type": null,
|
63 |
-
"pruned_heads": {},
|
64 |
-
"remove_invalid_values": false,
|
65 |
-
"repetition_penalty": 1.0,
|
66 |
-
"return_dict": true,
|
67 |
-
"return_dict_in_generate": false,
|
68 |
-
"sep_token_id": null,
|
69 |
-
"task_specific_params": null,
|
70 |
-
"temperature": 1.0,
|
71 |
-
"tie_encoder_decoder": false,
|
72 |
-
"tie_word_embeddings": true,
|
73 |
-
"tokenizer_class": null,
|
74 |
-
"top_k": 50,
|
75 |
-
"top_p": 1.0,
|
76 |
-
"torch_dtype": null,
|
77 |
-
"torchscript": false,
|
78 |
-
"transformers_version": "4.21.0.dev0",
|
79 |
-
"typical_p": 1.0,
|
80 |
-
"use_bfloat16": false,
|
81 |
-
"vocab_size": 49408
|
82 |
-
},
|
83 |
-
"text_config_dict": {
|
84 |
-
"hidden_size": 768,
|
85 |
-
"intermediate_size": 3072,
|
86 |
-
"num_attention_heads": 12,
|
87 |
-
"num_hidden_layers": 12
|
88 |
-
},
|
89 |
-
"torch_dtype": "float32",
|
90 |
-
"transformers_version": null,
|
91 |
-
"vision_config": {
|
92 |
-
"_name_or_path": "",
|
93 |
-
"add_cross_attention": false,
|
94 |
-
"architectures": null,
|
95 |
-
"attention_dropout": 0.0,
|
96 |
-
"bad_words_ids": null,
|
97 |
-
"bos_token_id": null,
|
98 |
-
"chunk_size_feed_forward": 0,
|
99 |
-
"cross_attention_hidden_size": null,
|
100 |
-
"decoder_start_token_id": null,
|
101 |
-
"diversity_penalty": 0.0,
|
102 |
-
"do_sample": false,
|
103 |
-
"dropout": 0.0,
|
104 |
-
"early_stopping": false,
|
105 |
-
"encoder_no_repeat_ngram_size": 0,
|
106 |
-
"eos_token_id": null,
|
107 |
-
"exponential_decay_length_penalty": null,
|
108 |
-
"finetuning_task": null,
|
109 |
-
"forced_bos_token_id": null,
|
110 |
-
"forced_eos_token_id": null,
|
111 |
-
"hidden_act": "quick_gelu",
|
112 |
-
"hidden_size": 1024,
|
113 |
-
"id2label": {
|
114 |
-
"0": "LABEL_0",
|
115 |
-
"1": "LABEL_1"
|
116 |
-
},
|
117 |
-
"image_size": 224,
|
118 |
-
"initializer_factor": 1.0,
|
119 |
-
"initializer_range": 0.02,
|
120 |
-
"intermediate_size": 4096,
|
121 |
-
"is_decoder": false,
|
122 |
-
"is_encoder_decoder": false,
|
123 |
-
"label2id": {
|
124 |
-
"LABEL_0": 0,
|
125 |
-
"LABEL_1": 1
|
126 |
-
},
|
127 |
-
"layer_norm_eps": 1e-05,
|
128 |
-
"length_penalty": 1.0,
|
129 |
-
"max_length": 20,
|
130 |
-
"min_length": 0,
|
131 |
-
"model_type": "clip_vision_model",
|
132 |
-
"no_repeat_ngram_size": 0,
|
133 |
-
"num_attention_heads": 16,
|
134 |
-
"num_beam_groups": 1,
|
135 |
-
"num_beams": 1,
|
136 |
-
"num_hidden_layers": 24,
|
137 |
-
"num_return_sequences": 1,
|
138 |
-
"output_attentions": false,
|
139 |
-
"output_hidden_states": false,
|
140 |
-
"output_scores": false,
|
141 |
-
"pad_token_id": null,
|
142 |
-
"patch_size": 14,
|
143 |
-
"prefix": null,
|
144 |
-
"problem_type": null,
|
145 |
-
"pruned_heads": {},
|
146 |
-
"remove_invalid_values": false,
|
147 |
-
"repetition_penalty": 1.0,
|
148 |
-
"return_dict": true,
|
149 |
-
"return_dict_in_generate": false,
|
150 |
-
"sep_token_id": null,
|
151 |
-
"task_specific_params": null,
|
152 |
-
"temperature": 1.0,
|
153 |
-
"tie_encoder_decoder": false,
|
154 |
-
"tie_word_embeddings": true,
|
155 |
-
"tokenizer_class": null,
|
156 |
-
"top_k": 50,
|
157 |
-
"top_p": 1.0,
|
158 |
-
"torch_dtype": null,
|
159 |
-
"torchscript": false,
|
160 |
-
"transformers_version": "4.21.0.dev0",
|
161 |
-
"typical_p": 1.0,
|
162 |
-
"use_bfloat16": false
|
163 |
-
},
|
164 |
-
"vision_config_dict": {
|
165 |
-
"hidden_size": 1024,
|
166 |
-
"intermediate_size": 4096,
|
167 |
-
"num_attention_heads": 16,
|
168 |
-
"num_hidden_layers": 24,
|
169 |
-
"patch_size": 14
|
170 |
-
}
|
171 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c879a63ee73f528bc5ec148aaea487b2b165f6a785f9cb55b90e590ba7977e0e
|
3 |
+
size 4549
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/extras/safety_checker/configs/preprocessor_config.json
CHANGED
@@ -1,20 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"do_convert_rgb": true,
|
5 |
-
"do_normalize": true,
|
6 |
-
"do_resize": true,
|
7 |
-
"feature_extractor_type": "CLIPFeatureExtractor",
|
8 |
-
"image_mean": [
|
9 |
-
0.48145466,
|
10 |
-
0.4578275,
|
11 |
-
0.40821073
|
12 |
-
],
|
13 |
-
"image_std": [
|
14 |
-
0.26862954,
|
15 |
-
0.26130258,
|
16 |
-
0.27577711
|
17 |
-
],
|
18 |
-
"resample": 3,
|
19 |
-
"size": 224
|
20 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a1da83b5e1032aaeef397552ddb408dca0d8cd1dc58f61bf6abf38d6f33a0a2
|
3 |
+
size 342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/clip_config_bigg.json
CHANGED
@@ -1,23 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_dropout": 0.0,
|
6 |
-
"bos_token_id": 0,
|
7 |
-
"dropout": 0.0,
|
8 |
-
"eos_token_id": 2,
|
9 |
-
"hidden_act": "gelu",
|
10 |
-
"hidden_size": 1280,
|
11 |
-
"initializer_factor": 1.0,
|
12 |
-
"initializer_range": 0.02,
|
13 |
-
"intermediate_size": 5120,
|
14 |
-
"layer_norm_eps": 1e-05,
|
15 |
-
"max_position_embeddings": 77,
|
16 |
-
"model_type": "clip_text_model",
|
17 |
-
"num_attention_heads": 20,
|
18 |
-
"num_hidden_layers": 32,
|
19 |
-
"pad_token_id": 1,
|
20 |
-
"projection_dim": 1280,
|
21 |
-
"torch_dtype": "float32",
|
22 |
-
"vocab_size": 49408
|
23 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1843752225869ca9cd5729196d8de52efad03e66c754807cf5fedf254c63604
|
3 |
+
size 520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/clip_vision_config_g.json
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"hidden_act": "gelu",
|
5 |
-
"hidden_size": 1664,
|
6 |
-
"image_size": 224,
|
7 |
-
"initializer_factor": 1.0,
|
8 |
-
"initializer_range": 0.02,
|
9 |
-
"intermediate_size": 8192,
|
10 |
-
"layer_norm_eps": 1e-05,
|
11 |
-
"model_type": "clip_vision_model",
|
12 |
-
"num_attention_heads": 16,
|
13 |
-
"num_channels": 3,
|
14 |
-
"num_hidden_layers": 48,
|
15 |
-
"patch_size": 14,
|
16 |
-
"projection_dim": 1280,
|
17 |
-
"torch_dtype": "float32"
|
18 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb9460241d9c7ec035600c7d494c2d3e4cebd61e4259ce741a7a585ac9777ef9
|
3 |
+
size 419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/clip_vision_config_h.json
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"hidden_act": "gelu",
|
5 |
-
"hidden_size": 1280,
|
6 |
-
"image_size": 224,
|
7 |
-
"initializer_factor": 1.0,
|
8 |
-
"initializer_range": 0.02,
|
9 |
-
"intermediate_size": 5120,
|
10 |
-
"layer_norm_eps": 1e-05,
|
11 |
-
"model_type": "clip_vision_model",
|
12 |
-
"num_attention_heads": 16,
|
13 |
-
"num_channels": 3,
|
14 |
-
"num_hidden_layers": 32,
|
15 |
-
"patch_size": 14,
|
16 |
-
"projection_dim": 1024,
|
17 |
-
"torch_dtype": "float32"
|
18 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d10790453d531b439dddf179d04bcf4413357399e36c187b1e3acf2c8cafd7
|
3 |
+
size 419
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/clip_vision_config_vitl.json
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"hidden_act": "quick_gelu",
|
5 |
-
"hidden_size": 1024,
|
6 |
-
"image_size": 224,
|
7 |
-
"initializer_factor": 1.0,
|
8 |
-
"initializer_range": 0.02,
|
9 |
-
"intermediate_size": 4096,
|
10 |
-
"layer_norm_eps": 1e-05,
|
11 |
-
"model_type": "clip_vision_model",
|
12 |
-
"num_attention_heads": 16,
|
13 |
-
"num_channels": 3,
|
14 |
-
"num_hidden_layers": 24,
|
15 |
-
"patch_size": 14,
|
16 |
-
"projection_dim": 768,
|
17 |
-
"torch_dtype": "float32"
|
18 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:faae0c4010113c22118115dcd510f4daf56ada0683262d64d3c646ea67c58e0e
|
3 |
+
size 424
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/sd1_clip_config.json
CHANGED
@@ -1,25 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"CLIPTextModel"
|
5 |
-
],
|
6 |
-
"attention_dropout": 0.0,
|
7 |
-
"bos_token_id": 0,
|
8 |
-
"dropout": 0.0,
|
9 |
-
"eos_token_id": 2,
|
10 |
-
"hidden_act": "quick_gelu",
|
11 |
-
"hidden_size": 768,
|
12 |
-
"initializer_factor": 1.0,
|
13 |
-
"initializer_range": 0.02,
|
14 |
-
"intermediate_size": 3072,
|
15 |
-
"layer_norm_eps": 1e-05,
|
16 |
-
"max_position_embeddings": 77,
|
17 |
-
"model_type": "clip_text_model",
|
18 |
-
"num_attention_heads": 12,
|
19 |
-
"num_hidden_layers": 12,
|
20 |
-
"pad_token_id": 1,
|
21 |
-
"projection_dim": 768,
|
22 |
-
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.24.0",
|
24 |
-
"vocab_size": 49408
|
25 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb1d0ff4bbdfb3ae1ccdb94491df5728dacf0e9db59bdc5e139e3490774dae33
|
3 |
+
size 612
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/sd1_tokenizer/special_tokens_map.json
CHANGED
@@ -1,24 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"lstrip": false,
|
5 |
-
"normalized": true,
|
6 |
-
"rstrip": false,
|
7 |
-
"single_word": false
|
8 |
-
},
|
9 |
-
"eos_token": {
|
10 |
-
"content": "<|endoftext|>",
|
11 |
-
"lstrip": false,
|
12 |
-
"normalized": true,
|
13 |
-
"rstrip": false,
|
14 |
-
"single_word": false
|
15 |
-
},
|
16 |
-
"pad_token": "<|endoftext|>",
|
17 |
-
"unk_token": {
|
18 |
-
"content": "<|endoftext|>",
|
19 |
-
"lstrip": false,
|
20 |
-
"normalized": true,
|
21 |
-
"rstrip": false,
|
22 |
-
"single_word": false
|
23 |
-
}
|
24 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4864a9376a8401918425bed71fc14fc0e81f9b59ec45c1cf96cccb2df508eac
|
3 |
+
size 472
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/sd1_tokenizer/tokenizer_config.json
CHANGED
@@ -1,34 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"__type": "AddedToken",
|
5 |
-
"content": "<|startoftext|>",
|
6 |
-
"lstrip": false,
|
7 |
-
"normalized": true,
|
8 |
-
"rstrip": false,
|
9 |
-
"single_word": false
|
10 |
-
},
|
11 |
-
"do_lower_case": true,
|
12 |
-
"eos_token": {
|
13 |
-
"__type": "AddedToken",
|
14 |
-
"content": "<|endoftext|>",
|
15 |
-
"lstrip": false,
|
16 |
-
"normalized": true,
|
17 |
-
"rstrip": false,
|
18 |
-
"single_word": false
|
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",
|
26 |
-
"unk_token": {
|
27 |
-
"__type": "AddedToken",
|
28 |
-
"content": "<|endoftext|>",
|
29 |
-
"lstrip": false,
|
30 |
-
"normalized": true,
|
31 |
-
"rstrip": false,
|
32 |
-
"single_word": false
|
33 |
-
}
|
34 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00439066fcba73de57644cf41e4e3b9f2dbb09d7f3fc2005898ba52399045882
|
3 |
+
size 806
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/ldm_patched/modules/sd1_tokenizer/vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
repositories/Fooocus/ldm_patched/modules/sd2_clip_config.json
CHANGED
@@ -1,23 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
],
|
5 |
-
"attention_dropout": 0.0,
|
6 |
-
"bos_token_id": 0,
|
7 |
-
"dropout": 0.0,
|
8 |
-
"eos_token_id": 2,
|
9 |
-
"hidden_act": "gelu",
|
10 |
-
"hidden_size": 1024,
|
11 |
-
"initializer_factor": 1.0,
|
12 |
-
"initializer_range": 0.02,
|
13 |
-
"intermediate_size": 4096,
|
14 |
-
"layer_norm_eps": 1e-05,
|
15 |
-
"max_position_embeddings": 77,
|
16 |
-
"model_type": "clip_text_model",
|
17 |
-
"num_attention_heads": 16,
|
18 |
-
"num_hidden_layers": 24,
|
19 |
-
"pad_token_id": 1,
|
20 |
-
"projection_dim": 1024,
|
21 |
-
"torch_dtype": "float32",
|
22 |
-
"vocab_size": 49408
|
23 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:894f0611d4e9cf7b48f65c96a45f5040aa7d69668f37604e5195a28c9dfdd569
|
3 |
+
size 520
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/models/prompt_expansion/fooocus_expansion/config.json
CHANGED
@@ -1,40 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"architectures": [
|
5 |
-
"GPT2LMHeadModel"
|
6 |
-
],
|
7 |
-
"attn_pdrop": 0.1,
|
8 |
-
"bos_token_id": 50256,
|
9 |
-
"embd_pdrop": 0.1,
|
10 |
-
"eos_token_id": 50256,
|
11 |
-
"pad_token_id": 50256,
|
12 |
-
"initializer_range": 0.02,
|
13 |
-
"layer_norm_epsilon": 1e-05,
|
14 |
-
"model_type": "gpt2",
|
15 |
-
"n_ctx": 1024,
|
16 |
-
"n_embd": 768,
|
17 |
-
"n_head": 12,
|
18 |
-
"n_inner": null,
|
19 |
-
"n_layer": 12,
|
20 |
-
"n_positions": 1024,
|
21 |
-
"reorder_and_upcast_attn": false,
|
22 |
-
"resid_pdrop": 0.1,
|
23 |
-
"scale_attn_by_inverse_layer_idx": false,
|
24 |
-
"scale_attn_weights": true,
|
25 |
-
"summary_activation": null,
|
26 |
-
"summary_first_dropout": 0.1,
|
27 |
-
"summary_proj_to_labels": true,
|
28 |
-
"summary_type": "cls_index",
|
29 |
-
"summary_use_proj": true,
|
30 |
-
"task_specific_params": {
|
31 |
-
"text-generation": {
|
32 |
-
"do_sample": true,
|
33 |
-
"max_length": 50
|
34 |
-
}
|
35 |
-
},
|
36 |
-
"torch_dtype": "float32",
|
37 |
-
"transformers_version": "4.23.0.dev0",
|
38 |
-
"use_cache": true,
|
39 |
-
"vocab_size": 50257
|
40 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:55a78bf7ce753eafb57a7d0b3a8f9680fa6d2530535d32b6296a0735a6922fb3
|
3 |
+
size 937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/models/prompt_expansion/fooocus_expansion/special_tokens_map.json
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"unk_token": "<|endoftext|>"
|
5 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6f50ab5a5a509a1c309d6171f339b196a900dc9c99ad0408ff23bb615fdae7ad
|
3 |
+
size 99
|
|
|
|
repositories/Fooocus/models/prompt_expansion/fooocus_expansion/tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
repositories/Fooocus/models/prompt_expansion/fooocus_expansion/tokenizer_config.json
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"eos_token": "<|endoftext|>",
|
5 |
-
"model_max_length": 1024,
|
6 |
-
"name_or_path": "gpt2",
|
7 |
-
"special_tokens_map_file": null,
|
8 |
-
"tokenizer_class": "GPT2Tokenizer",
|
9 |
-
"unk_token": "<|endoftext|>"
|
10 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f7123cb7e1be4e9c2e8770bd3c00f73d75364fb71680d0412d6263e7af2654c
|
3 |
+
size 255
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/models/prompt_expansion/fooocus_expansion/vocab.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
repositories/Fooocus/presets/anime.json
CHANGED
@@ -1,60 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"default_refiner_switch": 0.5,
|
5 |
-
"default_loras": [
|
6 |
-
[
|
7 |
-
true,
|
8 |
-
"None",
|
9 |
-
1.0
|
10 |
-
],
|
11 |
-
[
|
12 |
-
true,
|
13 |
-
"None",
|
14 |
-
1.0
|
15 |
-
],
|
16 |
-
[
|
17 |
-
true,
|
18 |
-
"None",
|
19 |
-
1.0
|
20 |
-
],
|
21 |
-
[
|
22 |
-
true,
|
23 |
-
"None",
|
24 |
-
1.0
|
25 |
-
],
|
26 |
-
[
|
27 |
-
true,
|
28 |
-
"None",
|
29 |
-
1.0
|
30 |
-
]
|
31 |
-
],
|
32 |
-
"default_cfg_scale": 6.0,
|
33 |
-
"default_sample_sharpness": 2.0,
|
34 |
-
"default_sampler": "dpmpp_2m_sde_gpu",
|
35 |
-
"default_scheduler": "karras",
|
36 |
-
"default_performance": "Speed",
|
37 |
-
"default_prompt": "",
|
38 |
-
"default_prompt_negative": "",
|
39 |
-
"default_styles": [
|
40 |
-
"Fooocus V2",
|
41 |
-
"Fooocus Semi Realistic",
|
42 |
-
"Fooocus Masterpiece"
|
43 |
-
],
|
44 |
-
"default_aspect_ratio": "896*1152",
|
45 |
-
"default_overwrite_step": -1,
|
46 |
-
"checkpoint_downloads": {
|
47 |
-
"animaPencilXL_v500.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/animaPencilXL_v500.safetensors"
|
48 |
-
},
|
49 |
-
"embeddings_downloads": {},
|
50 |
-
"lora_downloads": {},
|
51 |
-
"previous_default_models": [
|
52 |
-
"animaPencilXL_v400.safetensors",
|
53 |
-
"animaPencilXL_v310.safetensors",
|
54 |
-
"animaPencilXL_v300.safetensors",
|
55 |
-
"animaPencilXL_v260.safetensors",
|
56 |
-
"animaPencilXL_v210.safetensors",
|
57 |
-
"animaPencilXL_v200.safetensors",
|
58 |
-
"animaPencilXL_v100.safetensors"
|
59 |
-
]
|
60 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:620cffa79c5423d107eb69c986554997885ff84fab1077e618bd289c297f3364
|
3 |
+
size 1523
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/presets/default.json
CHANGED
@@ -1,60 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"default_refiner_switch": 0.5,
|
5 |
-
"default_loras": [
|
6 |
-
[
|
7 |
-
true,
|
8 |
-
"sd_xl_offset_example-lora_1.0.safetensors",
|
9 |
-
0.1
|
10 |
-
],
|
11 |
-
[
|
12 |
-
true,
|
13 |
-
"None",
|
14 |
-
1.0
|
15 |
-
],
|
16 |
-
[
|
17 |
-
true,
|
18 |
-
"None",
|
19 |
-
1.0
|
20 |
-
],
|
21 |
-
[
|
22 |
-
true,
|
23 |
-
"None",
|
24 |
-
1.0
|
25 |
-
],
|
26 |
-
[
|
27 |
-
true,
|
28 |
-
"None",
|
29 |
-
1.0
|
30 |
-
]
|
31 |
-
],
|
32 |
-
"default_cfg_scale": 4.0,
|
33 |
-
"default_sample_sharpness": 2.0,
|
34 |
-
"default_sampler": "dpmpp_2m_sde_gpu",
|
35 |
-
"default_scheduler": "karras",
|
36 |
-
"default_performance": "Speed",
|
37 |
-
"default_prompt": "",
|
38 |
-
"default_prompt_negative": "",
|
39 |
-
"default_styles": [
|
40 |
-
"Fooocus V2",
|
41 |
-
"Fooocus Enhance",
|
42 |
-
"Fooocus Sharp"
|
43 |
-
],
|
44 |
-
"default_aspect_ratio": "1152*896",
|
45 |
-
"default_overwrite_step": -1,
|
46 |
-
"checkpoint_downloads": {
|
47 |
-
"juggernautXL_v8Rundiffusion.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_v8Rundiffusion.safetensors"
|
48 |
-
},
|
49 |
-
"embeddings_downloads": {},
|
50 |
-
"lora_downloads": {
|
51 |
-
"sd_xl_offset_example-lora_1.0.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors"
|
52 |
-
},
|
53 |
-
"previous_default_models": [
|
54 |
-
"juggernautXL_version8Rundiffusion.safetensors",
|
55 |
-
"juggernautXL_version7Rundiffusion.safetensors",
|
56 |
-
"juggernautXL_v7Rundiffusion.safetensors",
|
57 |
-
"juggernautXL_version6Rundiffusion.safetensors",
|
58 |
-
"juggernautXL_v6Rundiffusion.safetensors"
|
59 |
-
]
|
60 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9648554cd7960b35871a5c3ac883e61e772ed2da8aae4e60e6623a2b488fa92a
|
3 |
+
size 1734
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/presets/lcm.json
CHANGED
@@ -1,58 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"default_refiner_switch": 0.5,
|
5 |
-
"default_loras": [
|
6 |
-
[
|
7 |
-
true,
|
8 |
-
"None",
|
9 |
-
1.0
|
10 |
-
],
|
11 |
-
[
|
12 |
-
true,
|
13 |
-
"None",
|
14 |
-
1.0
|
15 |
-
],
|
16 |
-
[
|
17 |
-
true,
|
18 |
-
"None",
|
19 |
-
1.0
|
20 |
-
],
|
21 |
-
[
|
22 |
-
true,
|
23 |
-
"None",
|
24 |
-
1.0
|
25 |
-
],
|
26 |
-
[
|
27 |
-
true,
|
28 |
-
"None",
|
29 |
-
1.0
|
30 |
-
]
|
31 |
-
],
|
32 |
-
"default_cfg_scale": 4.0,
|
33 |
-
"default_sample_sharpness": 2.0,
|
34 |
-
"default_sampler": "dpmpp_2m_sde_gpu",
|
35 |
-
"default_scheduler": "karras",
|
36 |
-
"default_performance": "Extreme Speed",
|
37 |
-
"default_prompt": "",
|
38 |
-
"default_prompt_negative": "",
|
39 |
-
"default_styles": [
|
40 |
-
"Fooocus V2",
|
41 |
-
"Fooocus Enhance",
|
42 |
-
"Fooocus Sharp"
|
43 |
-
],
|
44 |
-
"default_aspect_ratio": "1152*896",
|
45 |
-
"default_overwrite_step": -1,
|
46 |
-
"checkpoint_downloads": {
|
47 |
-
"juggernautXL_v8Rundiffusion.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/juggernautXL_v8Rundiffusion.safetensors"
|
48 |
-
},
|
49 |
-
"embeddings_downloads": {},
|
50 |
-
"lora_downloads": {},
|
51 |
-
"previous_default_models": [
|
52 |
-
"juggernautXL_version8Rundiffusion.safetensors",
|
53 |
-
"juggernautXL_version7Rundiffusion.safetensors",
|
54 |
-
"juggernautXL_v7Rundiffusion.safetensors",
|
55 |
-
"juggernautXL_version6Rundiffusion.safetensors",
|
56 |
-
"juggernautXL_v6Rundiffusion.safetensors"
|
57 |
-
]
|
58 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:788179fc73bf078331d201caf79022e717992795ae98993d7f73ab254bc8c636
|
3 |
+
size 1526
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/presets/playground_v2.5.json
CHANGED
@@ -1,51 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"default_refiner_switch": 0.5,
|
5 |
-
"default_loras": [
|
6 |
-
[
|
7 |
-
true,
|
8 |
-
"None",
|
9 |
-
1.0
|
10 |
-
],
|
11 |
-
[
|
12 |
-
true,
|
13 |
-
"None",
|
14 |
-
1.0
|
15 |
-
],
|
16 |
-
[
|
17 |
-
true,
|
18 |
-
"None",
|
19 |
-
1.0
|
20 |
-
],
|
21 |
-
[
|
22 |
-
true,
|
23 |
-
"None",
|
24 |
-
1.0
|
25 |
-
],
|
26 |
-
[
|
27 |
-
true,
|
28 |
-
"None",
|
29 |
-
1.0
|
30 |
-
]
|
31 |
-
],
|
32 |
-
"default_cfg_scale": 2.0,
|
33 |
-
"default_sample_sharpness": 2.0,
|
34 |
-
"default_sampler": "dpmpp_2m",
|
35 |
-
"default_scheduler": "edm_playground_v2.5",
|
36 |
-
"default_performance": "Speed",
|
37 |
-
"default_prompt": "",
|
38 |
-
"default_prompt_negative": "",
|
39 |
-
"default_styles": [
|
40 |
-
"Fooocus V2"
|
41 |
-
],
|
42 |
-
"default_aspect_ratio": "1024*1024",
|
43 |
-
"default_overwrite_step": -1,
|
44 |
-
"default_inpaint_engine_version": "None",
|
45 |
-
"checkpoint_downloads": {
|
46 |
-
"playground-v2.5-1024px-aesthetic.fp16.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/playground-v2.5-1024px-aesthetic.fp16.safetensors"
|
47 |
-
},
|
48 |
-
"embeddings_downloads": {},
|
49 |
-
"lora_downloads": {},
|
50 |
-
"previous_default_models": []
|
51 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a936589d078de2e119b4de7002aedd354ad3d0ba60767ccbe5d1b13e7824471a
|
3 |
+
size 1268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/presets/pony_v6.json
CHANGED
@@ -1,54 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"default_refiner_switch": 0.5,
|
5 |
-
"default_vae": "ponyDiffusionV6XL_vae.safetensors",
|
6 |
-
"default_loras": [
|
7 |
-
[
|
8 |
-
true,
|
9 |
-
"None",
|
10 |
-
1.0
|
11 |
-
],
|
12 |
-
[
|
13 |
-
true,
|
14 |
-
"None",
|
15 |
-
1.0
|
16 |
-
],
|
17 |
-
[
|
18 |
-
true,
|
19 |
-
"None",
|
20 |
-
1.0
|
21 |
-
],
|
22 |
-
[
|
23 |
-
true,
|
24 |
-
"None",
|
25 |
-
1.0
|
26 |
-
],
|
27 |
-
[
|
28 |
-
true,
|
29 |
-
"None",
|
30 |
-
1.0
|
31 |
-
]
|
32 |
-
],
|
33 |
-
"default_cfg_scale": 7.0,
|
34 |
-
"default_sample_sharpness": 2.0,
|
35 |
-
"default_sampler": "dpmpp_2m_sde_gpu",
|
36 |
-
"default_scheduler": "karras",
|
37 |
-
"default_performance": "Speed",
|
38 |
-
"default_prompt": "",
|
39 |
-
"default_prompt_negative": "",
|
40 |
-
"default_styles": [
|
41 |
-
"Fooocus Pony"
|
42 |
-
],
|
43 |
-
"default_aspect_ratio": "896*1152",
|
44 |
-
"default_overwrite_step": -1,
|
45 |
-
"default_inpaint_engine_version": "None",
|
46 |
-
"checkpoint_downloads": {
|
47 |
-
"ponyDiffusionV6XL.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/ponyDiffusionV6XL.safetensors"
|
48 |
-
},
|
49 |
-
"embeddings_downloads": {},
|
50 |
-
"lora_downloads": {},
|
51 |
-
"vae_downloads": {
|
52 |
-
"ponyDiffusionV6XL_vae.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/ponyDiffusionV6XL_vae.safetensors"
|
53 |
-
}
|
54 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9318a6b36dc143e38eeab7ea60a9abc1326858f4a72463e907162f13bf4a8592
|
3 |
+
size 1396
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/presets/realistic.json
CHANGED
@@ -1,54 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"default_refiner_switch": 0.5,
|
5 |
-
"default_loras": [
|
6 |
-
[
|
7 |
-
true,
|
8 |
-
"SDXL_FILM_PHOTOGRAPHY_STYLE_V1.safetensors",
|
9 |
-
0.25
|
10 |
-
],
|
11 |
-
[
|
12 |
-
true,
|
13 |
-
"None",
|
14 |
-
1.0
|
15 |
-
],
|
16 |
-
[
|
17 |
-
true,
|
18 |
-
"None",
|
19 |
-
1.0
|
20 |
-
],
|
21 |
-
[
|
22 |
-
true,
|
23 |
-
"None",
|
24 |
-
1.0
|
25 |
-
],
|
26 |
-
[
|
27 |
-
true,
|
28 |
-
"None",
|
29 |
-
1.0
|
30 |
-
]
|
31 |
-
],
|
32 |
-
"default_cfg_scale": 3.0,
|
33 |
-
"default_sample_sharpness": 2.0,
|
34 |
-
"default_sampler": "dpmpp_2m_sde_gpu",
|
35 |
-
"default_scheduler": "karras",
|
36 |
-
"default_performance": "Speed",
|
37 |
-
"default_prompt": "",
|
38 |
-
"default_prompt_negative": "unrealistic, saturated, high contrast, big nose, painting, drawing, sketch, cartoon, anime, manga, render, CG, 3d, watermark, signature, label",
|
39 |
-
"default_styles": [
|
40 |
-
"Fooocus V2",
|
41 |
-
"Fooocus Photograph",
|
42 |
-
"Fooocus Negative"
|
43 |
-
],
|
44 |
-
"default_aspect_ratio": "896*1152",
|
45 |
-
"default_overwrite_step": -1,
|
46 |
-
"checkpoint_downloads": {
|
47 |
-
"realisticStockPhoto_v20.safetensors": "https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/realisticStockPhoto_v20.safetensors"
|
48 |
-
},
|
49 |
-
"embeddings_downloads": {},
|
50 |
-
"lora_downloads": {
|
51 |
-
"SDXL_FILM_PHOTOGRAPHY_STYLE_V1.safetensors": "https://huggingface.co/mashb1t/fav_models/resolve/main/fav/SDXL_FILM_PHOTOGRAPHY_STYLE_V1.safetensors"
|
52 |
-
},
|
53 |
-
"previous_default_models": ["realisticStockPhoto_v10.safetensors"]
|
54 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1912f489e0e8ca2a2774f91ece83c993b6a4959956d1d349836f28d13cc5ddf9
|
3 |
+
size 1616
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/presets/sai.json
CHANGED
@@ -1,54 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
"default_refiner_switch": 0.75,
|
5 |
-
"default_loras": [
|
6 |
-
[
|
7 |
-
true,
|
8 |
-
"sd_xl_offset_example-lora_1.0.safetensors",
|
9 |
-
0.5
|
10 |
-
],
|
11 |
-
[
|
12 |
-
true,
|
13 |
-
"None",
|
14 |
-
1.0
|
15 |
-
],
|
16 |
-
[
|
17 |
-
true,
|
18 |
-
"None",
|
19 |
-
1.0
|
20 |
-
],
|
21 |
-
[
|
22 |
-
true,
|
23 |
-
"None",
|
24 |
-
1.0
|
25 |
-
],
|
26 |
-
[
|
27 |
-
true,
|
28 |
-
"None",
|
29 |
-
1.0
|
30 |
-
]
|
31 |
-
],
|
32 |
-
"default_cfg_scale": 7.0,
|
33 |
-
"default_sample_sharpness": 2.0,
|
34 |
-
"default_sampler": "dpmpp_2m_sde_gpu",
|
35 |
-
"default_scheduler": "karras",
|
36 |
-
"default_performance": "Speed",
|
37 |
-
"default_prompt": "",
|
38 |
-
"default_prompt_negative": "",
|
39 |
-
"default_styles": [
|
40 |
-
"Fooocus V2",
|
41 |
-
"Fooocus Cinematic"
|
42 |
-
],
|
43 |
-
"default_aspect_ratio": "1152*896",
|
44 |
-
"default_overwrite_step": -1,
|
45 |
-
"checkpoint_downloads": {
|
46 |
-
"sd_xl_base_1.0_0.9vae.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors",
|
47 |
-
"sd_xl_refiner_1.0_0.9vae.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0_0.9vae.safetensors"
|
48 |
-
},
|
49 |
-
"embeddings_downloads": {},
|
50 |
-
"lora_downloads": {
|
51 |
-
"sd_xl_offset_example-lora_1.0.safetensors": "https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_offset_example-lora_1.0.safetensors"
|
52 |
-
},
|
53 |
-
"previous_default_models": []
|
54 |
-
}
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94102101a5de335ffe14803b621a59501e79b607ca2c0c01a134f8c3b22d7732
|
3 |
+
size 1632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
repositories/Fooocus/sdxl_styles/samples/abstract_expressionism.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/academia.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/action_figure.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/adorable_3d_character.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/adorable_kawaii.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/ads_advertising.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/ads_automotive.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/ads_corporate.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/ads_fashion_editorial.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/ads_food_photography.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/ads_gourmet_food_photography.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|
repositories/Fooocus/sdxl_styles/samples/ads_luxury.jpg
CHANGED
![]() |
![]() |
Git LFS Details
|