Twig-V0-Alpha-Demo-CPU / tests /bash /test_inference.sh
zzc0208's picture
Upload 265 files
f1f9265 verified
raw
history blame
727 Bytes
#!/bin/bash
set -e
python scripts/inference.py \
--config=configs/sana_config/1024ms/Sana_600M_img1024.yaml \
--model_path=hf://Efficient-Large-Model/Sana_600M_1024px/checkpoints/Sana_600M_1024px_MultiLing.pth
python scripts/inference.py \
--config=configs/sana_config/1024ms/Sana_1600M_img1024.yaml \
--model_path=hf://Efficient-Large-Model/Sana_1600M_1024px/checkpoints/Sana_1600M_1024px.pth
python tools/controlnet/inference_controlnet.py \
--config=configs/sana_controlnet_config/Sana_600M_img1024_controlnet.yaml \
--model_path=hf://Efficient-Large-Model/Sana_600M_1024px_ControlNet_HED/checkpoints/Sana_600M_1024px_ControlNet_HED.pth \
--json_file=asset/controlnet/samples_controlnet.json