[go: nahoru, domu]

Skip to content
forked from gligen/GLIGEN

Open-Set Grounded Text-to-Image Generation

License

Notifications You must be signed in to change notification settings

tsunghan-wu/GLIGEN

 
 

Repository files navigation

GLIGEN: Open-Set Grounded Text-to-Image Generation (CVPR 2023)

  • Fork of the original GLIGEN repo for development purpose. Please read the original repo to prepare the environments.

Here's what I've done.

  1. Download and process all data according to their instructions at /shared/patrickwu/GLIGEN. This includes executing the tsv_split_merge.py program (which I've fixed a bug) and updated the path in dataset/catalog.py.

  2. Download the pretrained sdv1.4 checkpoint at /shared/patrickwu/GLIGEN/DATA/sd-v1-4.ckpt (from) as GLIGEN needs it when running their code.

  3. Run the code: python main.py --name=trial_batch --yaml_file=configs/alldata_boxtext2img.yaml

About

Open-Set Grounded Text-to-Image Generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%