Did anyone manage to make it run on Colab? #10
shamelesslyAI
started this conversation in
General
Replies: 2 comments 2 replies
-
Can you share the colab notebook? I can take a look into it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Managed to get it up and running here: https://colab.research.google.com/drive/1zwmomOqaUwLtQVjLQUcEEF5USB9aaRHY?usp=sharing You need a couple of tricks to make this work:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings, I've been trying for some days now to make tango run in colab, but I always get random errors related to either Dependencies or bad import (Tango not found or location doesn't exit); Interestingly "import tango" alone do work at times, but then I cannot access the Tango class, or even a simple "print()" during script initialization doesn't show.
Here is one of the dirty codes I've tried to initialize, some lines are commented as previous attempts to fix issues. (snippet is incomplete, I need first to solve this step)
I'm getting these dependency problems along the way, I guess the versions come from diffusers setup? tango setup has different versions for some modules iirc.
Overall I think I'm missing something important, a rookie mistake maybe, but I can't find anywhere anyone with a colab notebook. Please note I'm not trying to setup UI similar to HuggingFace Spaces, I just need the command line version to work.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions