Masahiko Ito
Masahiko Ito
I think so too. [exaple](https://github.com/huggingface/diffusers/tree/main/examples/training) is for unconditional model(UNet2DModel) UNet2DModel doesn't seem to have a channel to receive text encoder input I want to build pretrained UNet2DConditionModel or entire StableDiffusionPipeline....
@anton-l thank you for the advice. Unfortunately I don't understand all the things TODO to train. If you welcome a broken code snippet with FIXME comment, I will create a...
@PierreChambon thanks for your comment. I've wrote it. https://github.com/huggingface/diffusers/pull/342