[Project Page] [Paper]
Refer to our previous work for more discussion about initial noise in diffusion!
Our codebase is built on CompVis/stable-diffusion and has shared dependencies and model architecture.
conda env create -f environment.yaml
conda activate ldm
Download the StableDiffusion weights from the CompVis organization at Hugging Face
(download the sd-v1-4.ckpt
file), and link them:
mkdir -p models/ldm/stable-diffusion-v1/
ln -s <path/to/model.ckpt> models/ldm/stable-diffusion-v1/model.ckpt
Play with hands-on to try our approach right away, refer to utils.py for the implementation.
@article{mao2024theLottery,
title={The Lottery Ticket Hypothesis in Denoising: Towards Semantic-Driven Initialization},
author={Mao, Jiafeng and Wang, Xueting and Aizawa, Kiyoharu},
journal={ECCV},
year={2024}
}