Upload caption.sh with huggingface_hub
Browse files- caption.sh +4 -0
caption.sh
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate launch --config_file acclerate_cfg.yaml caption.py \
|
| 2 |
+
--vlm_name ./ckpt/MiniCPM \
|
| 3 |
+
--output_dir /scratch/dyvm6xra/dyvm6xrauser11/Qwen-Image/prompt \
|
| 4 |
+
--paths /home/dyvm6xra/dyvm6xrauser13/workspace/Qwen-Image/generated_images_9_16
|