Papers › I2V-Adapter: A General Image-to-Video Adapter for Diffusion Models

I2V-Adapter: A General Image-to-Video Adapter for Diffusion Models

27 Dec 2023arXiv:2312.16693archive 2025-07-28

Xun Guo, Mingwu Zheng, Liang Hou, Yuan Gao, Yufan Deng, Pengfei Wan, Di Zhang, Yufan Liu, Weiming Hu, ZhengJun Zha, Haibin Huang, Chongyang Ma

Text-guided image-to-video (I2V) generation aims to generate a coherent video that preserves the identity of the input image and semantically aligns with the input prompt. Existing methods typically augment pretrained text-to-video (T2V) models by either concatenating the image with noised video frames channel-wise before being fed into the model or injecting the image embedding produced by pretrained image encoders in cross-attention modules. However, the former approach often necessitates altering the fundamental weights of pretrained T2V models, thus restricting the model's compatibility within the open-source communities and disrupting the model's prior knowledge. Meanwhile, the latter typically fails to preserve the identity of the input image. We present I2V-Adapter to overcome such limitations. I2V-Adapter adeptly propagates the unnoised input image to subsequent noised frames through a cross-frame attention mechanism, maintaining the identity of the input image without any changes to the pretrained T2V model. Notably, I2V-Adapter only introduces a few trainable parameters, significantly alleviating the training cost and also ensures compatibility with existing community-driven personalized models and control tools. Moreover, we propose a novel Frame Similarity Prior to balance the motion amplitude and the stability of generated videos through two adjustable control coefficients. Our experimental results demonstrate that I2V-Adapter is capable of producing high-quality videos. This performance, coupled with its agility and adaptability, represents a substantial advancement in the field of I2V, particularly for personalized and controllable applications.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.16693")

Code

Syntology Ran 9 of 29 code samples harvested from 2 repositories linked to this paper; 20 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 8 ran; community (archive-listed): 12 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

KwaiVGI/I2V-Adapter officialmentioned on GitHubpytorch report
bytedance/x-dyna mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

29 samples harvested; 9 ran; 0 honoured the contract we drafted; 20 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
5ran
20unverified

Licence: 17 of the 29 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

FeedForward KwaiVGI/I2V-Adapter/src/models/ip_adapter.py official repository ran · our draft was wrong no licence file found · pointer only · 5105747c2711b1cb · report
freq_mix_3d KwaiVGI/I2V-Adapter/src/utils/freeinit_utils.py official repository ran · fixture could not drive it fingerprinted no licence file found · pointer only · e285f4a541803f96 · report
gaussian_low_pass_filter KwaiVGI/I2V-Adapter/src/utils/freeinit_utils.py official repository ran · our draft was wrong no licence file found · pointer only · 5753a1ae1b2b2a7a · report
get_freq_filter KwaiVGI/I2V-Adapter/src/utils/freeinit_utils.py official repository ran no licence file found · pointer only · 924dfd50e7486609 · report
imread_resize KwaiVGI/I2V-Adapter/src/utils/util.py official repository ran no licence file found · pointer only · e00393f9090e49e9 · report
match_histogram KwaiVGI/I2V-Adapter/src/utils/util.py official repository ran no licence file found · pointer only · d8bea9099f8a52b0 · report
resize_image KwaiVGI/I2V-Adapter/src/utils/util.py official repository ran fingerprinted no licence file found · pointer only · 2e3e408dc6b5d79d · report
zero_module KwaiVGI/I2V-Adapter/src/models/motion_module.py official repository ran · our draft was wrong no licence file found · pointer only · 4719c763c53be3fe · report
convert_lora KwaiVGI/I2V-Adapter/src/utils/convert_lora_safetensor_to_diffusers.py official repository unverified no licence file found · pointer only · 4e1c711f8f37a1e7 · report
convert_motion_lora_ckpt_to_diffusers KwaiVGI/I2V-Adapter/src/utils/convert_lora_safetensor_to_diffusers.py official repository unverified no licence file found · pointer only · ef399950f86ca4fc · report
get_down_block KwaiVGI/I2V-Adapter/src/models/unet_blocks.py official repository unverified no licence file found · pointer only · 8b6c18061cbaa5fd · report
get_up_block KwaiVGI/I2V-Adapter/src/models/unet_blocks.py official repository unverified no licence file found · pointer only · 07607267678d0f69 · report
masked_mean KwaiVGI/I2V-Adapter/src/models/ip_adapter.py official repository unverified no licence file found · pointer only · 230588e8f1237737 · report
renew_resnet_paths KwaiVGI/I2V-Adapter/src/utils/convert_from_ckpt.py official repository unverified no licence file found · pointer only · dfb052a0af48540f · report
renew_vae_resnet_paths KwaiVGI/I2V-Adapter/src/utils/convert_from_ckpt.py official repository unverified no licence file found · pointer only · c5ec9c13e456a046 · report
reshape_tensor KwaiVGI/I2V-Adapter/src/models/ip_adapter.py official repository unverified no licence file found · pointer only · 4cb2e2a2ca0bec9f · report
shave_segments KwaiVGI/I2V-Adapter/src/utils/convert_from_ckpt.py official repository unverified no licence file found · pointer only · cea0bc82e0c96896 · report
get_2d_sincos_pos_embed bytedance/x-dyna/animatediff/models/embeddings.py community (archive-listed) ran Apache-2.0 (permissive) · 45f1cb4de58b3f3d · report
adjust_driving_video_to_src_image bytedance/x-dyna/inference_xdyna.py community (archive-listed) unverified Apache-2.0 (permissive) · c8b7b26f11f30946 · report
extract_local_feature_from_single_img bytedance/x-dyna/inference_xdyna.py community (archive-listed) unverified Apache-2.0 (permissive) · 82ba71457fd0972f · report
find_best_frame_byheadpose_fa bytedance/x-dyna/inference_xdyna.py community (archive-listed) unverified Apache-2.0 (permissive) · bf7f7ded00990ac3 · report
get_2d_sincos_pos_embed_from_grid bytedance/x-dyna/animatediff/models/embeddings.py community (archive-listed) unverified Apache-2.0 (permissive) · 59fa7b38de05f443 · report
get_down_block bytedance/x-dyna/animatediff/models/unet_blocks.py community (archive-listed) unverified Apache-2.0 (permissive) · 5f11ee52e92689bd · report
get_motion_module bytedance/x-dyna/animatediff/models/motion_module.py community (archive-listed) unverified Apache-2.0 (permissive) · cd5f3777a951d27f · report
get_timestep_embedding bytedance/x-dyna/animatediff/models/embeddings.py community (archive-listed) unverified Apache-2.0 (permissive) · 38f69a3d1e46016d · report
get_up_block bytedance/x-dyna/animatediff/models/unet_blocks.py community (archive-listed) unverified Apache-2.0 (permissive) · c5952d08a7df1728 · report
is_valid_image bytedance/x-dyna/animatediff/models/image_processor.py community (archive-listed) unverified Apache-2.0 (permissive) · c9903af7cf272bc4 · report
is_valid_image_imagelist bytedance/x-dyna/animatediff/models/image_processor.py community (archive-listed) unverified Apache-2.0 (permissive) · 53ccc214b8346dff · report
zero_module bytedance/x-dyna/animatediff/models/controlnet.py community (archive-listed) unverified Apache-2.0 (permissive) · da94debb8019ad46 · report

Tasks

Video Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdapterDiffusionFocus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections