p1="<IMG1>: "
p2="Based on <IMG1>, Shadows danced on the walls as I in <IMG1> stumbled upon a forgotten campfire, where wooden crates creaked and groaned, echoing an ominous lullaby that lulled me into a false sense of safety. Output <IMAG2>: "
img0='g.png'
output_dir=output
python main.py configs/generate.yaml \
generation.pad_img_placehoder=False \
generation.positive_prompt.image_path="[\"$img0\"]" \
generation.positive_prompt.prompts="[\"$p1\", \"$p2\"]" \
generation.output.dir=$output_dir
my code is as followed: