YiYiXu commited on
Commit
f2db290
·
verified ·
1 Parent(s): 3ba3db7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  this repo contains the default image preprocessing code for wan 2.2 5B I2V pipeline
2
 
3
 
4
- to use
5
 
6
  ```py
7
  image_processor = ModularPipeline.from_pretrained("YiYiXu/WanImageProcessor", trust_remote_code=True)
 
1
  this repo contains the default image preprocessing code for wan 2.2 5B I2V pipeline
2
 
3
 
4
+ this will load an image from URL, resize and center crop it
5
 
6
  ```py
7
  image_processor = ModularPipeline.from_pretrained("YiYiXu/WanImageProcessor", trust_remote_code=True)