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

how can train multi conditional inputs? #31

Closed nguyendung1612 closed 5 months ago

nguyendung1612 commented 6 months ago

Thank you for your outstanding work, may i ask how can train with multi conditional inputs like Multi1 and Multi2?

jiangzeyinzi commented 6 months ago

Do you mean the multi-condition generation task in SCEdit? As described in the paper, we haven't trained on multi-condition scenarios, only utilizing jointly the conditions that have been trained independently. Unfortunately, our Gradio interface does not support this feature at the moment.