mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-16 12:20:45 +00:00
6 lines
243 B
Bash
Executable File
6 lines
243 B
Bash
Executable File
python scripts/txt2img.py --prompt "Teyvat, Medium Female, a woman in a blue outfit holding a sword" --plms \
|
|
--outdir ./output \
|
|
--ckpt checkpoints/last.ckpt \
|
|
--config configs/2023-02-02T18-06-14-project.yaml \
|
|
--n_samples 4
|