-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
How can i run this without docker? #4
Comments
I don't recommend doing it without docker. First, you can search how to run GUI apps with docker and then make your Dockerfile importing my container. But, if you want to run without docker, I recommend you to read the Dockerfile and follow the instruction to install the dependencies. Lines 1 to 15 in 4b08238
Make sure to use the correct version of CUDA. It is possible to create a new GUI app without Jupyter. Just use this function as inspiration 😉: VQGAN_CLIP_docker/generate_images.py Lines 228 to 330 in 4b08238
|
Hi there, for my final project at university i would like to create a GUI for vqgan+clip, i would like to run it locally on my machine without using docker, and connect cuda to a python application rather than jupyter?, is this possible?
Thanks
The text was updated successfully, but these errors were encountered: