Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vargol/8gb_m1_diffusers_scripts

Scripts demonstrating how to run Stable Diffusion on a 8Gb M1 Mac
https://github.com/vargol/8gb_m1_diffusers_scripts

Last synced: 22 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.