ContextDiff
ContextDiff copied to clipboard
[ICLR 2024] Contextualized Diffusion Models for Text-Guided Image and Video Generation
在ContextDiff_finetune.py文件中虽然传入了context_shift为True  但在video_diffusion.pipelines.ddim_spatial_temporal.DDIMSpatioTemporalStableDiffusionPipeline的prepare_latents_ddim_inverted函数中却将context_shift注释了,这是什么意思,有使用到context_shift吗  以及ddim_clean2noisy_loop函数也将context_shift注释了 
raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/ckpt/stable-diffusion-v1-4/resolve/main/tokenizer/tokenizer_config.json The above exception was the direct cause of the following exception:
how can I test your model and get inference??
Hello, I have reviewed the content you wrote in the ‘readme’ for text guided image generation. In the parameters of the second step 'Finetune Diffusion Model with Context-Aware Adapter', it...
why is the value of \k_t set as in the paper? 
Hello, could you please clarify which specific network framework is used for the Relational Network mentioned in the paper? Additionally, could you point out in which class and function the...