Fix for the quantized model.

This commit is contained in:
laurent
2024-09-25 12:34:46 +02:00
parent c6019e9635
commit fd3b53f48b
2 changed files with 11 additions and 2 deletions

View File

@ -13,7 +13,7 @@ descriptions,
```bash
cargo run --features cuda --example flux -r -- \
--height 1024 --width 1024
--height 1024 --width 1024 \
--prompt "a rusty robot walking on a beach holding a small torch, the robot has the word "rust" written on it, high quality, 4k"
```