update to work interactive mode

This commit is contained in:
kohya-ss
2024-08-12 13:24:10 +09:00
parent 9e09a69df1
commit 4af36f9632
2 changed files with 29 additions and 6 deletions

View File

@@ -39,6 +39,8 @@ The trained LoRA model can be used with ComfyUI.
The inference script is also available. The script is `flux_minimal_inference.py`. See `--help` for options.
Aug 12: `--interactive` option is now working.
```
python flux_minimal_inference.py --ckpt flux1-dev.sft --clip_l sd3/clip_l.safetensors --t5xxl sd3/t5xxl_fp16.safetensors --ae ae.sft --dtype bf16 --prompt "a cat holding a sign that says hello world" --out path/to/output/dir --seed 1 --flux_dtype fp8 --offload --lora lora-flux-name.safetensors;1.0
```