Upload 3 files
Browse files- scheduler/scheduler_config.json +20 -0
- text_encoder/config.json +24 -0
- text_encoder/model.safetensors +3 -0
scheduler/scheduler_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "FlowUniPCMultistepScheduler",
|
3 |
+
"_diffusers_version": "0.32.2",
|
4 |
+
"disable_corrector": [],
|
5 |
+
"dynamic_thresholding_ratio": 0.995,
|
6 |
+
"final_sigmas_type": "zero",
|
7 |
+
"lower_order_final": true,
|
8 |
+
"num_train_timesteps": 1000,
|
9 |
+
"predict_x0": true,
|
10 |
+
"prediction_type": "flow_prediction",
|
11 |
+
"sample_max_value": 1.0,
|
12 |
+
"shift": 3.0,
|
13 |
+
"solver_order": 2,
|
14 |
+
"solver_p": null,
|
15 |
+
"solver_type": "bh2",
|
16 |
+
"steps_offset": 0,
|
17 |
+
"thresholding": false,
|
18 |
+
"timestep_spacing": "linspace",
|
19 |
+
"use_dynamic_shifting": false
|
20 |
+
}
|
text_encoder/config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"CLIPTextModelWithProjection"
|
4 |
+
],
|
5 |
+
"attention_dropout": 0.0,
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"dropout": 0.0,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "quick_gelu",
|
10 |
+
"hidden_size": 768,
|
11 |
+
"initializer_factor": 1.0,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 3072,
|
14 |
+
"layer_norm_eps": 1e-05,
|
15 |
+
"max_position_embeddings": 248,
|
16 |
+
"model_type": "clip_text_model",
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
+
"pad_token_id": 1,
|
20 |
+
"projection_dim": 768,
|
21 |
+
"torch_dtype": "bfloat16",
|
22 |
+
"transformers_version": "4.51.1",
|
23 |
+
"vocab_size": 49408
|
24 |
+
}
|
text_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2737d03f0cc8a110f2536938fd81bff349ebd630015899d772670f33b8cb19a9
|
3 |
+
size 247586752
|