kerzgrr commited on
Commit
46695f2
·
verified ·
1 Parent(s): 11a0f9c

Default examples to 4 steps

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 1
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 1 \
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