less than 1 minute read

Goal: let’s run stable diffusion 2 on Apple Silicon

Tools Used

MLX

https://ml-explore.github.io/mlx/build/html/index.html

M1 Pro 16G

Test

Run it exactly as Apple provides it, without any customization

1

python txt2image.py “A logo of an shy baby bird who have yellow color.” –n_images 4 –n_rows 2

bird

2

python txt2image.py “A logo of an shy baby bird who have yellow color with cartool style.” –n_images 1

logo

3

python txt2image.py “cartoon character of a person with a hoodie , in style of cytus and deemo, ork, gold chains, realistic anime cat, dripping black goo, lineage revolution style, thug life, cute anthropomorphic bunny, balrog, arknights, aliased, very buff, black and red and yellow paint” –n_images 1

cartoon

4

python txt2image.py “realistic futuristic city-downtown with short buildings, sunset” –n_images 1

city

Conclusion

I need help from a prompt master


20240107

Leave a comment