DiffusionCLIP icon indicating copy to clipboard operation
DiffusionCLIP copied to clipboard

editing specific input image

Open orydatadudes opened this issue 3 years ago • 1 comments

Thank you for your work is there any example how to edit specific face ? For example moving face from right to left / make angry face like the example in the paper

image

thanks

orydatadudes avatar Oct 03 '22 10:10 orydatadudes

you can set --config to custom, and rewrite the custom config and a dataloader for it in data_utils.py then you can train on single image instead of pre-defined dataset

Lifedecoder avatar Feb 23 '23 10:02 Lifedecoder