Default examples to 4 steps
Browse files
README.md
CHANGED
|
@@ -27,7 +27,7 @@ Requires a CUDA GPU with BF16 support.
|
|
| 27 |
pip install torch numpy pillow safetensors huggingface_hub diffusers
|
| 28 |
|
| 29 |
hf download kerzgrr/diffusionbreakout live_infer.py --local-dir .
|
| 30 |
-
python live_infer.py --steps
|
| 31 |
```
|
| 32 |
|
| 33 |
To keep the weights in a local folder:
|
|
@@ -41,7 +41,7 @@ hf download kerzgrr/diffusionbreakout \
|
|
| 41 |
|
| 42 |
python checkpoints/diffusionbreakout/live_infer.py \
|
| 43 |
--local-dir checkpoints/diffusionbreakout \
|
| 44 |
-
--steps
|
| 45 |
--window-scale 6
|
| 46 |
```
|
| 47 |
|
|
|
|
| 27 |
pip install torch numpy pillow safetensors huggingface_hub diffusers
|
| 28 |
|
| 29 |
hf download kerzgrr/diffusionbreakout live_infer.py --local-dir .
|
| 30 |
+
python live_infer.py --steps 4
|
| 31 |
```
|
| 32 |
|
| 33 |
To keep the weights in a local folder:
|
|
|
|
| 41 |
|
| 42 |
python checkpoints/diffusionbreakout/live_infer.py \
|
| 43 |
--local-dir checkpoints/diffusionbreakout \
|
| 44 |
+
--steps 4 \
|
| 45 |
--window-scale 6
|
| 46 |
```
|
| 47 |
|