Skip to content

Commit 3a0150f

Browse files
committed
local change
1 parent 3b7256e commit 3a0150f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,7 @@ dmypy.json
144144
*.DS_Store
145145

146146
# mlpackages
147-
mlpackages/
147+
mlpackages/
148+
149+
# outputs
150+
outputs/

test_pic.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
python -m python_coreml_stable_diffusion.pipeline --prompt "a full nude body of a elder sister with big natural tits" -i ./mlpackages -o outputs --model-version runwayml/stable-diffusion-v1-5 --compute-unit ALL --seed $(( $RANDOM % 100))
2+
# python -m python_coreml_stable_diffusion.pipeline --prompt "Jerusalem in heaven" -i ./mlpackages -o outputs --model-version runwayml/stable-diffusion-v1-5 --compute-unit ALL --seed $(( $RANDOM % 100))

0 commit comments

Comments
 (0)