https://github.com/orpatashnik/StyleCLIP
- The main inferece script is placed in
mapper/scripts/inference.py
. - Inference arguments can be found at
mapper/options/test_options.py
. - Adding the flag
--couple_outputs
will save image containing the input and output images side-by-side.
StyleCLIP
https://github.com/yoonkim313/styleCLIP-pytorch
python styleCLIP.py --neutral " A woman with hair" --target "A woman with red hair" --alpha 3.5 --beta 0.1
https://github.com/vipermu/StyleCLIP
python clip_generate.py --prompt "The image of a woman with blonde hair and purple eyes"