We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not able to deploy it on ec2. It says that they don't have CUDA GPUs, but google says that the hardware does have that!
The text was updated successfully, but these errors were encountered:
I am not sure as I have no environment on Google cloud, but you can try to install cuda follow cuda-downloads and try again
Sorry, something went wrong.
you need a GPU Instance. Like p2, p3 p4d, p5, g3, g4, g5. And Select this AMI: Deep Learning OSS Nvidia Driver AMI GPU PyTorch 2.1.0
Then follow the command below to start:
git clone https://github.com/konieshadow/Fooocus-API cd Fooocus-API pip install -r requirements.txt python main.py
No branches or pull requests
I'm not able to deploy it on ec2. It says that they don't have CUDA GPUs, but google says that the hardware does have that!
The text was updated successfully, but these errors were encountered: