#!/usr/bin/env bash # 双次对比步数请用 --dual-compare-after(见 sample_from_checkpoint.py),输出在 out-dir 子目录。 CUDA_VISIBLE_DEVICES=1 python sample_from_checkpoint.py \ --ckpt /gemini/space/zhaozy/guzhenyu/UAVFlow/UAV_Flow_base/exps/jsflow-experiment/samples/REG/exps/jsflow-experiment-0.75/checkpoints/0500000.pt \ --out-dir ./my_samples_test \ --num-images 24 \ --batch-size 4 \ --seed 0 \ --t-c 0.75 \ --steps-before-tc 50 \ --steps-after-tc 5 \ --sampler ode \ --cfg-scale 1.0 \ --dual-compare-after \