Vargol / 8GB_M1_Diffusers_Scripts

Scripts demonstrating how to run Stable Diffusion on a 8Gb M1 Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

8GB_M1_Diffusers_Scripts

Scripts demonstrating how to run Stable Diffusion on a 8Gb M1 Mac

Installation

Install xcode and the command line tools Create a python venv

% python -m venv Diffusers 
% cd Diffusers 
Diffusers % . bin/activate
(Diffusers) Diffusers % git clone https://github.com/Vargol/8GB_M1_Diffusers_Scripts.git
(Diffusers) Diffusers % cd 8GB_M1_Diffusers_Scripts
(Diffusers) 8GB_M1_Diffusers_Scripts % pip install -r requirements,txt

Each script has its own README and requirememts.txt for modules specific to that script.

About

Scripts demonstrating how to run Stable Diffusion on a 8Gb M1 Mac


Languages

Language:Python 100.0%