Skip to content
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

Is CLIP used in the checkpoint finetune.pt? #11

Open
JackJin7 opened this issue Jul 29, 2022 · 0 comments
Open

Is CLIP used in the checkpoint finetune.pt? #11

JackJin7 opened this issue Jul 29, 2022 · 0 comments

Comments

@JackJin7
Copy link

Hi,
Thanks for the fantastic repo and models!

It seems in the sample.py script, the model is loading CLIP and applies a CLIP embedding here

emb = emb + self.clip_proj(clip_embed).to(emb)

However, in the training script image_train_latent.py, I don't see any logic regarding CLIP (but image_train_inpaint.py does have). Can anyone explain more details on how finetune.pt was finetuned?

Also, it seems not much difference on the results comparing whether setting CLIP embedding to work or not.

Thanks for answering!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant