Skip to content

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

Notifications You must be signed in to change notification settings

Vargol/8GB_M1_Diffusers_Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages