-
Notifications
You must be signed in to change notification settings - Fork 6k
Training example for StableUnCLIP #2961
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
Comments
Hmm yeah we haven't looked too much into fine-tuning here to be honest and I'm not sure if we find the time to do so. |
It would be very appreciated if pseudocode for the core part (how the image embedding is added in the forward process) can be provided. Then I can implement the full training code. @patrickvonplaten |
I am quite curious about training cascade super resolution module of unCLIP implementation. The current community solution is use SD with CLIP image embedding version to generate image which is not good. |
Which community implementation do you use? @eeyrw |
This one: |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
Same issue. Have you solved it? @haofanwang |
Same issue |
Uh oh!
There was an error while loading. Please reload this page.
The pipeline_stable_unclip_img2img.py is great, but how do I finetune the model just as done in train_text_to_image.py. For now, I achieve it on my own, but the loss doesn't decrease as expected. There seems to be of some bugs. @patil-suraj Can you PR a training example for it?
The text was updated successfully, but these errors were encountered: