ssxxx1a
ssxxx1a
Hi,It's a great project! I have some questions about "Quick Try". I installed the whole process according to the "README", but when I run 'python demo/quick_try.py demo/src.png -- style toonify'...
I found that the op extension you use here is different from the original one. Is there any difference here? What is the purpose?
use the pip install, will lose some package. look forward to fix it
@wty-ustc Thank you for the amazing work! I try to split the CelebA-HQ by official list_eval_partition.txt. Eventually, I got 24183/2993/2824 images for training/validation/testing split. but i found the len of...
i had tried to replace ``` z_enc = sampler.stochastic_encode(init_latent, torch.tensor([t_enc]*batch_size).to(device)) samples = sampler.decode(z_enc, c, t_enc, unconditional_guidance_scale=opt.scale, unconditional_conditioning=uc) ``` with ``` noised_sample = sampler.stochastic_encode(init_latent, opt.strength) samples, _ = sampler.sample( opt.ddim_steps, noised_sample.shape[0],...