Image Style Transfer with style comes from text description(CPU friendly).
(done) Style comes from text description
() Style comes from anothor image(classic style transfer)
() Style comes from audio description
() Real-time Transfer
(done) Expand text description with ChatGPT API
conda create --name StyleTransfer --file requirement.txt
conda create -n StyleTransfer python=3.10
conda activate StyleTransfer
pip install -r requirement.txt
python transfer.py --content_path <content_img_file_path> --text <style_description> --output_path <target_img_storage_path> --exp_name <exp_name>
python transfer.py
And here are examples for what it would look like if you use Van_Gogh_Horus
as text description.
Content | Target |
---|---|
Hopefully you will like it.
After obtaining the authorization from 'victim', we generated the following image with alias from JOJO.
Content | Crazy diamond | Golden experience | Star Platinum |
---|---|---|---|
DIVE INTO DEEP LEARNING (14.12. Neural Style Transfer)
CLIPstyler: Image Style Transfer with a Single Text Condition