#!/bin/bash # set path and first export lightx2v_path= export model_path= export CUDA_VISIBLE_DEVICES=0 # set environment variables source ${lightx2v_path}/scripts/base/base.sh python -m lightx2v.infer \ --model_cls qwen_image \ --task t2i \ --model_path $model_path \ --config_json ${lightx2v_path}/configs/qwen_image/qwen_image_t2i.json \ --prompt 'A coffee shop entrance features a chalkboard sign reading "Qwen Coffee 😊 $2 per cup," with a neon light beside it displaying "通义千问". Next to it hangs a poster showing a beautiful Chinese woman, and beneath the poster is written "π≈3.1415926-53589793-23846264-33832795-02384197". Ultra HD, 4K, cinematic composition, Ultra HD, 4K, cinematic composition.' \ --negative_prompt " " \ --save_result_path ${lightx2v_path}/save_results/qwen_image_t2i.png \ --seed 42