Johnhex commited on
Commit
44a1f77
1 Parent(s): 77a9c38

delete safetensors model

Browse files
model_index.json CHANGED
@@ -12,7 +12,7 @@
12
  ],
13
  "scheduler": [
14
  "diffusers",
15
- "DPMSolverMultistepScheduler"
16
  ],
17
  "text_encoder": [
18
  "transformers",
 
12
  ],
13
  "scheduler": [
14
  "diffusers",
15
+ "DDIMScheduler"
16
  ],
17
  "text_encoder": [
18
  "transformers",
safety_checker/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d6a233ff6fd5ccb9f76fd99618d73369c52dd3d8222376384d0e601911089e8
3
- size 1215981830
 
 
 
 
scheduler/scheduler_config.json CHANGED
@@ -1,22 +1,17 @@
1
  {
2
- "_class_name": "DPMSolverMultistepScheduler",
3
  "_diffusers_version": "0.15.0",
4
- "algorithm_type": "dpmsolver++",
5
  "beta_end": 0.012,
6
  "beta_schedule": "scaled_linear",
7
  "beta_start": 0.00085,
8
  "clip_sample": false,
9
  "clip_sample_range": 1.0,
10
  "dynamic_thresholding_ratio": 0.995,
11
- "lower_order_final": true,
12
  "num_train_timesteps": 1000,
13
  "prediction_type": "v_prediction",
14
  "sample_max_value": 1.0,
15
  "set_alpha_to_one": false,
16
- "solver_order": 2,
17
- "solver_type": "midpoint",
18
  "steps_offset": 1,
19
  "thresholding": false,
20
- "trained_betas": null,
21
- "use_karras_sigmas": false
22
  }
 
1
  {
2
+ "_class_name": "DDIMScheduler",
3
  "_diffusers_version": "0.15.0",
 
4
  "beta_end": 0.012,
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": "v_prediction",
12
  "sample_max_value": 1.0,
13
  "set_alpha_to_one": false,
 
 
14
  "steps_offset": 1,
15
  "thresholding": false,
16
+ "trained_betas": null
 
17
  }
text_encoder/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f3563625978a85bc2286b27c8d487dced0af4a7e08fd94ea660e65b1c438a0d
3
- size 492265874
 
 
 
 
unet/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:49db242083fffb0ce8cc99bc1188dc515a6986462bf3538846a6868ec98515d6
3
- size 3438167540
 
 
 
 
vae/diffusion_pytorch_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:59489f5d517f1828154dff1eb51ff0cbcb79cbfc6d17135947d8ead09a16616c
3
- size 334643276