liuming9157 commited on
Commit
8b36fdb
·
verified ·
1 Parent(s): 05c48a6

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,3 +1 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
1
+ # OpenVINO可使用的stable-video-diffusion-img2vid-xt
 
 
feature_extractor/preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.48145466,
13
+ 0.4578275,
14
+ 0.40821073
15
+ ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
+ "image_std": [
18
+ 0.26862954,
19
+ 0.26130258,
20
+ 0.27577711
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 224
26
+ }
27
+ }
image_encoder.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92acd3113efe615c1bae76084914e0c95835f2cef5f7d044c7e217ffe813ddac
3
+ size 1264153732
image_encoder.xml ADDED
The diff for this file is too large to render. See raw diff
 
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AnimateLCMSVDStochasticIterativeScheduler",
3
+ "_diffusers_version": "0.34.0",
4
+ "clip_denoised": false,
5
+ "num_train_timesteps": 40,
6
+ "rho": 7,
7
+ "s_noise": 1.0,
8
+ "sigma_data": 1.0,
9
+ "sigma_max": 700.0,
10
+ "sigma_min": 0.002
11
+ }
unet.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0f003e85cd35f18f1246917b5af9c875cd1636bebc4ccdb2b29e246033fcd5
3
+ size 3049249300
unet.xml ADDED
The diff for this file is too large to render. See raw diff
 
vae_decoder.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31a3e9cbf6ed95d5d09ce4d787bd6bbebaea5fc3cfa716006ac0fec90ee34e24
3
+ size 127158676
vae_decoder.xml ADDED
The diff for this file is too large to render. See raw diff
 
vae_encoder.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d7ebfe74650e940be2852e68dc2f45a34c435ea417ace82b5dc5f3fc38ea423
3
+ size 68327484
vae_encoder.xml ADDED
The diff for this file is too large to render. See raw diff