I followed your instructions exactly but it will not work I even installed Anaconda to the latest version. ModuleNotFoundError: No module named 'gradio' ModuleNotFoundError: No module named 'spaces' ModuleNotFoundError: No module named 'torchvision' ModuleNotFoundError: No module named 'transformers' ModuleNotFoundError: No module named 'app' ModuleNotFoundError: No module named 'app.sana_pipeline'
When it was released everything was Linux specific. Thank's for making it work on Windows,
I will try tomorrow.
With his instructions it does not work on Windows 11.
@@ArtificialDevLabs It is working fine. Just see the other comment you made, I followed the steps and it worked fine.
Where is the bat file mentioned in your instructions?
It's in github. Once you follow the steps you will see it.
@@StableAIHub Thank you :)
@@ArtificialDevLabs u r welcome
When will version 0.6b be released and how can I use version 1.6b in Colab without problems?
They will release in some time. I don't know about collab.
Not run on colab t4 how to run it on colab t4 with sana 0.6b
0.6B model is not released, only 1.6B is released.
Please refer this
github.com/NVlabs/Sana/issues/33
In colab t4 not run
Please check here
github.com/NVlabs/Sana/issues/33
Not run on colab t4 with 16gb viga
Sorry this tutorial is for Windows not for Collab
Sana-0.6B?????? on colab t4
0.6B model is not released, only 1.6B is released. I only know Windows installation. You can check here
github.com/NVlabs/Sana/issues/33
I followed your instructions exactly but it will not work I even installed Anaconda to the latest version.
ModuleNotFoundError: No module named 'gradio'
ModuleNotFoundError: No module named 'spaces'
ModuleNotFoundError: No module named 'torchvision'
ModuleNotFoundError: No module named 'transformers'
ModuleNotFoundError: No module named 'app'
ModuleNotFoundError: No module named 'app.sana_pipeline'
I also faced this issue. Solved using
Launch command prompt from within cloned repo
activate Virtual environment conda activate sana
pip install -e .
Please try the steps as mentioned by @trishul1979 and let me know if you are still facing issues