You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 hereglid-3-xl/guided_diffusion/unet.py
Line 842 in a0b5be4
However, in the training script
image_train_latent.py
, I don't see any logic regarding CLIP (butimage_train_inpaint.py
does have). Can anyone explain more details on howfinetune.pt
was finetuned?Also, it seems not much difference on the results comparing whether setting CLIP embedding to work or not.
Thanks for answering!
The text was updated successfully, but these errors were encountered: