Skip to content

Commit

Permalink
feat: add test for scheduler option
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Dec 26, 2022
1 parent 22b7eda commit a769727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ tests() {
--prompt "An impressionist painting of a parakeet eating spaghetti in the desert"
run --model "runwayml/stable-diffusion-v1-5" \
--n_samples 2 --n_iter 2 --seed 42 \
--scheduler HeunDiscreteScheduler \
--scale 7.5 --ddim_steps 80 --attention-slicing \
--half --skip --negative-prompt "red roses" \
--prompt "bouquet of roses"
Expand Down

0 comments on commit a769727

Please sign in to comment.