Closed youngwanLEE closed 1 year ago
We provide a script sample_t2i_discrete.py
. You can use this by python sample_t2i_discrete.py --config=configs/mscoco_uvit_small.py --config.nnet.depth=16 --nnet_path=mscoco_uvit_small_deep.pth --input_path=prompts.txt --output_path=the_directory_to_put_generated_samples
@baofff Thanks :)
Hi, I'm very impressed by your excellent work and code.
Could you provide how to demo the trained text-to-image model as you did ImageNet-demo in colab?
Many thanks :)