Views
No views yet
1pytorch_model.bin.index.json
2pytorch_model-00001-of-00004.bin
3pytorch_model-00002-of-00004.bin
4pytorch_model-00003-of-00004.bin
5pytorch_model-00004-of-00004.bin1python -m scripts.inference_i2mv_sdxl \
2 --adapter_path SuhZhang/CorrAdapter-Model-on-MVAdapter \
3 --adapter_weight_name pytorch_model.bin.index.json \
4 --image assets/demo/i2mv/A_decorative_figurine_of_a_young_anime-style_girl.png \
5 --text "A decorative figurine of a young anime-style girl" \
6 --seed 21 \
7 --output outputs/demo_i2mv_trained/output.png \
8 --remove_bg--adapter_path with the local model directory path.mvadapter/loaders/custom_adapter.py supports pytorch_model.bin.index.json and loads only the keys needed by the MVAdapter CorrAdapter pipeline. The inference script also accepts:--adapter_weight_name autopytorch_model.bin.index.json.1@InProceedings{Zhang_2026_CVPR,
2 author = {Zhang, Shihua and Shen, Qiuhong and Wang, Xinchao},
3 title = {Align Images Before You Generate},
4 booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
5 month = {June},
6 year = {2026},
7 pages = {30521-30531}
8}