modelscope / scepter

SCEPTER is an open-source framework used for training, fine-tuning, and inference with generative models.
https://github.com/modelscope/scepter
Apache License 2.0
428 stars 22 forks source link

COCO Dataset Configuration for Text-to-Image #33

Closed qsunyuan closed 5 months ago

qsunyuan commented 6 months ago

I would like to extend my sincere appreciation for your extensive work on diffusion models based tuning.

I am reaching out to inquire if you have any specific configuration files or guidance available for using the COCO dataset with Text-to-image generation (SCEdit paper).

jiangzeyinzi commented 5 months ago

Thank you for your interest in our work. The training process documentation for SCEdit can be found at text-to-image-generation. For information on using your custom dataset, please refer to the Data Text Format section of the dataset construction part in the yaml file. The settings for the hyperparameters are described in detail in Table 4 of the paper's appendix.