StyleDrop-PyTorch icon indicating copy to clipboard operation
StyleDrop-PyTorch copied to clipboard

About generate watermark in image

Open xyxxmb opened this issue 2 years ago • 3 comments

Hi, Author. There is always a certain probability that a watermark will be generated in the middle of the image when using the trained model to generate it. What is the reason for this? I would be very grateful if you could answer.

xyxxmb avatar Jul 05 '23 05:07 xyxxmb

The base model is trained on the CC3M dataset containing watermarked data

zideliu avatar Jul 05 '23 05:07 zideliu

Thanks, in this case, I want to use assets/ckpts/imagenet256-450000.ckpt for training, I just modify config.resume_root in configs/custom.py, but it doesn't seem to work. Can you provide a entire configuration file that supports continue training from assets/ckpts/imagenet256-450000.ckpt?

xyxxmb avatar Jul 05 '23 08:07 xyxxmb

For this work, we just train an adapter, if you want to resume from the .ckpt, you can get what you want in README_MUSE.md

zideliu avatar Jul 05 '23 13:07 zideliu