Generate AI images using MLX and LM Studio on macOS (M1/M2/M3).
- Uses MLX for optimized inference on Apple Silicon
- Integrates LM Studio for local LLM interaction
- Supports Stable Diffusion for AI-generated images
- Clone the repository:
git clone https://github.com/tallshadow/llm-image-gen.git cd llm-image-gen ### **1️⃣ Install Dependencies** ```bash pip install -r requirements.txt
- 🖼️ Generate an Image:
Run the script:
python src/generate_image.py
Tags: machine-learning deep-learning mlx stable-diffusion apple-silicon MPS Generate-Images