pytti-tools / pytti-book

PyTTI Documentation and Tutorials
https://pytti-tools.github.io/pytti-book/intro.html
36 stars 10 forks source link

[TUTORIAL] CLIP-guided "style-transfer" techniques #26

Open dmarx opened 2 years ago

dmarx commented 2 years ago

something like this:

python -m pytti.workhorse conf=empty init_image=/home/dmarx/Downloads/joe-biden.jpeg scenes="'[/home/dmarx/Downloads/van-gogh.jpg]'" height=512 width=410 pixel_size=1 direct_init_weight=1 image_model="VQGAN" vqgan_model=coco steps_per_frame=500 steps_per_scene=500 save_every=20 cutouts=128 cut_pow=1.5 gradient_accumulation_steps=1

prior to building this tutorial though, I think I want to resolve this: https://github.com/pytti-tools/pytti-core/issues/114