yuval-alaluf / stylegan3-editing

Official Implementation of "Third Time's the Charm? Image and Video Editing with StyleGAN3" (AIM ECCVW 2022) https://arxiv.org/abs/2201.13433
https://yuval-alaluf.github.io/stylegan3-editing/
MIT License
654 stars 73 forks source link

edit beard failed by styleclip #4

Closed onefish51 closed 2 years ago

onefish51 commented 2 years ago

I edited beard by styleclip

--neutral_text "face" \
--target_tex "face with beard" \

but I failed ! the outputs : pexels-photo-8554246

and I edit age by --neutral_text "a face" --target_tex "a old face" failed ,but I used --neutral_text "a young face" --target_tex "a old face" work

yuval-alaluf commented 2 years ago

We also saw that some edits that worked on SG2 did not work well on SG3, including beard and hair color. It could be that some modifications to StyleCLIP could help adapt it to SG3.

onefish51 commented 2 years ago

OK