ShivamShrirao / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
https://huggingface.co/docs/diffusers
Apache License 2.0
1.89k stars 505 forks source link

How to train two or several identifiers in the same model? #201

Open wyang22 opened 1 year ago

wyang22 commented 1 year ago

I want to train the model to learn multiple identifiers, for example: swy dog is playing with sks cat While so far not very successful on the training results, I train them in sequence, while it seems forgetting the former one during the training of the second one, any best practice or suggestions on this? thanks