-
Notifications
You must be signed in to change notification settings - Fork 597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prompt-conditioning model instead of class-conditioning #70
Comments
Can you use self-trained data to generate images? |
I didn't understand what you meant. My purpose is to modify this model so that I can feed prompt as input instead of class labels. |
The error occurred when I used the weight file generated during the official code training in sample.py. |
I haven't modified any parameters yet, I am trying to analyze code and find a clue where to start. |
okok,thank you. I've just solved my problem. |
@wuzelei123 Hello, I have the same problem, how did you solve it。The error occurred when I used the weight file generated during the official code training in sample.py. |
"We provide a training script for DiT in train.py. This script can be used to train class-conditional DiT models, but it can be easily modified to support other types of conditioning."
Does anyone have a clue about modifying the model to the prompt-conditioning model?
The text was updated successfully, but these errors were encountered: