H1yori233 commited on
Commit
c815ab6
·
verified ·
1 Parent(s): f89f9ae

modify config

Browse files
image_encoder/config.json CHANGED
@@ -19,4 +19,4 @@
19
  "patch_size": 14,
20
  "projection_dim": 1024,
21
  "transformers_version": "4.57.3"
22
- }
 
19
  "patch_size": 14,
20
  "projection_dim": 1024,
21
  "transformers_version": "4.57.3"
22
+ }
model_index.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "_class_name": "MatrixGameCausalDMDPipeline",
3
  "_diffusers_version": "0.33.1",
4
  "scheduler": [
5
  "diffusers",
6
- "SelfForcingFlowMatchScheduler"
7
  ],
8
  "transformer": [
9
  "diffusers",
@@ -15,7 +15,7 @@
15
  ],
16
  "image_encoder": [
17
  "transformers",
18
- "CLIPVisionModel"
19
  ],
20
  "image_processor": [
21
  "transformers",
 
1
  {
2
+ "_class_name": "MatrixGamePipeline",
3
  "_diffusers_version": "0.33.1",
4
  "scheduler": [
5
  "diffusers",
6
+ "UniPCMultistepScheduler"
7
  ],
8
  "transformer": [
9
  "diffusers",
 
15
  ],
16
  "image_encoder": [
17
  "transformers",
18
+ "CLIPVisionModelWithProjection"
19
  ],
20
  "image_processor": [
21
  "transformers",
scheduler/scheduler_config.json CHANGED
@@ -1,13 +1,20 @@
1
  {
2
- "_class_name": "SelfForcingFlowMatchScheduler",
3
- "_diffusers_version": "0.33.1",
 
 
 
 
4
  "num_train_timesteps": 1000,
5
- "num_inference_steps": 1000,
6
- "shift": 5.0,
7
- "sigma_max": 1.0,
8
- "sigma_min": 0.0,
9
- "inverse_timesteps": false,
10
- "extra_one_step": true,
11
- "reverse_sigmas": false,
12
- "training": true
 
 
 
13
  }
 
1
  {
2
+ "_class_name": "UniPCMultistepScheduler",
3
+ "_diffusers_version": "0.34.0.dev0",
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
+ "flow_shift": 1.0,
13
+ "solver_order": 2,
14
+ "solver_p": null,
15
+ "solver_type": "bh2",
16
+ "steps_offset": 0,
17
+ "thresholding": false,
18
+ "use_flow_sigmas": true,
19
+ "timestep_spacing": "linspace"
20
  }