pytti-book icon indicating copy to clipboard operation
pytti-book copied to clipboard

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

Open dmarx opened this issue 3 years ago • 1 comments

dmarx avatar Apr 03 '22 21:04 dmarx

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

dmarx avatar Apr 04 '22 18:04 dmarx