Skip to content

Instantly share code, notes, and snippets.

View VvanGemert's full-sized avatar

Vincent VvanGemert

View GitHub Profile
@VvanGemert
VvanGemert / flux_on_potato.py
Last active August 20, 2024 06:29 — forked from AmericanPresidentJimmyCarter/flux_on_potato.py
how to run flux on your 16gb potato
# First, in your terminal.
#
# $ python3 -m virtualenv env
# $ source env/bin/activate
# $ pip install torch torchvision transformers sentencepiece protobuf accelerate
# $ pip install git+https://github.com/huggingface/diffusers.git
# $ pip install optimum-quanto
# $ pip install gradio
import torch