DeltaEdit icon indicating copy to clipboard operation
DeltaEdit copied to clipboard

Results 15 DeltaEdit issues
Sort by recently updated
recently updated
newest added

Thanks for the code sharing! I want to inference on a 1024 resolution image, please how can I modify the code?

I really like your work. I've encountered a problem using DeltaEdit for a different field, but during the training process, I encountered the following error: Traceback (most recent call last):...

I meet some problems when I try to edit the horse and cat, can you release training and inference code for the LSUN cat, church, horse please? Thank you very...

Congratulations on your paper being accepted by CVPR 2023! Regarding Figure 2 in your paper, 1. can you provide the implementation code? 2. I tried hard to reproduce this result...

Hello! When I run the CUDA_VISIBLE_DEVICES=0 python generate_codes.py --classname ffhq --samples 200000 I get the following error: Traceback (most recent call last): File "/.../DeltaEdit/generate_codes.py", line 118, in netG = Generator(args.size,...

Do you have plans to share pre-trained models of LSUN cats, churches, and horses?

![image](https://github.com/Yueming6568/DeltaEdit/assets/53042912/fdc8d638-fa20-420b-b7c7-c1b35025a0db) Hello, your work is excellent! I have a question I'd like to ask you. You know, we can get the new image after editing the updated style vector guided...

Loading stylegan weights from pretrained! Traceback (most recent call last): File "/home/akira/DeltaEdit/scripts/inference_real.py", line 206, in main(opts) File "/home/akira/DeltaEdit/scripts/inference_real.py", line 189, in main fake_delta_s = net(latent_s, delta_c) File "/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py", line 1130,...

Hi, I tried many prompt to change the head pose, but all failed. Does it meet expectations? If it meet expectations, how can I edit the head pose?

How to extend other editing requirements, such as generating a face with a single eyelid. I executed the following command : ```shell python scripts/inference_real.py --target "face with big eyes","face with...