add negative prompt for flux inference script

This commit is contained in:
Kohya S
2024-09-09 23:01:15 +09:00
parent ce144476cf
commit d29af146b8
2 changed files with 203 additions and 83 deletions

View File

@@ -11,6 +11,9 @@ The command to install PyTorch is as follows:
### Recent Updates
Sep 9, 2024:
Added `--negative_prompt` and `--cfg_scale` to `flux_minimal_inference.py`. Negative prompts can be used.
Sep 5, 2024 (update 1):
Added `--cpu_offload_checkpointing` option to LoRA training script. Offloads gradient checkpointing to CPU. This reduces up to 1GB of VRAM usage but slows down the training by about 15%. Cannot be used with `--split_mode`.