nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.59k stars 428 forks source link

Download nvidia-smi -L SyntaxError:invalid syntax #127

Closed charlesf218 closed 2 years ago

charlesf218 commented 2 years ago

Trying to open the program, renamed to python images to make it a little easier. Heres what I entered into cmd:

cd desktop

python pythonimages.py

nvidia-smi -L ^ SyntaxError:invalid syntax

Please help, thanks

tavisc commented 2 years ago

You installed this or you're in the process of installing it?

I ask because I don't see pythonimages.py or nividia-smi -L anywhere in the documentation.

charlesf218 commented 2 years ago

I am trying to download it

tavisc commented 2 years ago

You need Anaconda, then use :

conda create --name vqgan python=3.9

conda activate vqgan

charlesf218 commented 2 years ago

So I did that...

All I get is the command prompt, how can I launch the actual interactive interface? Also thank you so much for the help

tavisc commented 2 years ago

There isn't a gui, Have you read through the entire guide? It spells out exactly how to use this...

charlesf218 commented 2 years ago

oh lol sorry

charlesf218 commented 2 years ago

is there somthing that has gui? or are my only options to use all these commands?