My post on X/Twitter: https://x.com/philz1337x/status/1771559668910858246?s=20
I build open source AI apps. To finance my work i also build paid versions of my code. But feel free to use the free code. I post features and new projects on https://twitter.com/philz1337x
If you are not fimilar with the tools described here, you can use my paid version at ClarityAI.cc
If you are not familiar with cog read: cog docs
- clone the repo
git clone github.com/philz1337x/style-transfer
cd style-transfer
- download the weights
pip install diffusers
python download_weights.py
- start a prediction
cog predict -i image="link-to-image" -i image_style="link-to-style-image"
Use ControlNet Canny for the structure and IPAdapter for the style.
- change the image links in dev.py
- run dev.py
python dev.py