Skip to content

UT-Mao/Initial-Noise-Editing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guided Image Synthesis via Initial Image Editing in Diffusion Model (ACM MM 2023)

Refer to our latest work for more discussion about initial noise in diffusion!

teaser

Setup

Our codebase is built on CompVis/stable-diffusion and has shared dependencies and model architecture.

Creating a Conda Environment

conda env create -f environment.yaml
conda activate ldm

Downloading StableDiffusion Weights

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 

Hands on

Play with hands-on to try our approach right away, refer to the Initializer in the utils.py for the implementation.

Citation

@article{mao2023guided,
  title={Guided Image Synthesis via Initial Image Editing in Diffusion Model},
  author={Mao, Jiafeng and Wang, Xueting and Aizawa, Kiyoharu},
  journal={ACM MM},
  year={2023}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published