Skip to content

xiang0121/Semantic-Diffusion-Model-with-Attention-Disentanglement-for-Text-to-Image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic-Diffusion-Model-with-Attention-Disentanglement-for-Text-to-Image

Create a virtual environment

create a conda enviroment

    conda env create -f environment.yml

activate the environment

    conda activate semantic-diffusion

then download spaCy model

    python -m spacy download en_core_web_trf

How to run

    python run.py --prompt "a cute fox wearing a graduation gown"

output will be saved in ./output.png

About

Thesis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages