Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vargol/8gb_m1_diffusers_scripts
- Owner: Vargol
- Created: 2023-07-18T13:12:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T17:46:37.000Z (about 1 year ago)
- Last Synced: 2023-11-07T18:42:51.821Z (about 1 year ago)
- Language: Python
- Size: 2.73 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8GB_M1_Diffusers_Scripts
Scripts demonstrating how to run Stable Diffusion on a 8Gb M1 MacInstallation
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.