How can i deploy this in my own computer

#3
by yang870095858 - opened

Hello! I try this,it is really great and i wanna deploy it on my computer ,when i clone the code in my computer,and pip install -r requirements.txt.however,i can not run it ,i have a gpu is 4060 8G

It seems like there might be an issue with the environment setup. If you could share the logs and screenshots from running pip install -r requirements.txt, I’ll take a look. Additionally, you might want to consider running FluxLLaMA using Docker. Thank you!

This worked for me ('cept it complains that I don't have nvidia drivers, hence my own Q :)

python3 -m venv fluxllama
cd fluxllama
. bin/activate
git lfs install
git clone https://huggingface.co/spaces/ginipick/FLUXllama
pip install -r requirements.txt
pip install spaces # this should be in requirements ??
python app.py

Any chance there is a way to use my Radeon rather then Nvidia drivers?

This is very cool, by the way :) Thanks much!!!

Sign up or log in to comment