ReFlex / scripts /w_ca /run_cat_poly.sh
SahilCarterr's picture
Upload 77 files
f056744 verified
raw
history blame contribute delete
501 Bytes
source_prompt='a cat is shown in a low polygonal style'
target_prompt='a fox is shown in a low polygonal style'
ca_steps=10
sa_steps=7
feature_steps=5
attn_topk=20
python img_edit.py \
--gpu 1 \
--seed 0 \
--img_path 'data/images/cat_poly.jpg' \
--source_prompt "$source_prompt" \
--target_prompt "$target_prompt" \
--results_dir 'results/cat_poly' \
--ca_steps $ca_steps \
--sa_steps $sa_steps \
--feature_steps $feature_steps \
--attn_topk $attn_topk