-
Notifications
You must be signed in to change notification settings - Fork 16
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
Colab #1
Comments
We will. This uses < 9GB of GPU memory, and should be ok with regular colab. |
I put one together here: https://colab.research.google.com/drive/1zixo66UYGl70VOPy053o7IV_YkQt5lCZ?usp=sharing |
wow thank you! |
is it working rigth now? , line 34, in load_model_from_config |
I think I found the issue: TLDR; Ref: Stability-AI/stablediffusion#8 Congratulations for the work by the way! |
So I keep getting this error when I run the "Download Assets" cell: tar: /content/sjc/release.tar: Cannot open: No such file or directory If I try to run the next cell, "update env.json," then I get this error: FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/sjc/env.json' Any help would be greatly appreciated :) |
I had this problems previously.
https://colab.research.google.com/drive/1tg1ZmVNxrmPpi8CNO7Zu9OPcHbSnYXEs
Try this version
…On Tue, Dec 13, 2022, 7:07 PM paracanthurus25 ***@***.***> wrote:
I put one together here:
https://colab.research.google.com/drive/1zixo66UYGl70VOPy053o7IV_YkQt5lCZ?usp=sharing
So I keep getting this error when I run the "Download Assets" cell:
tar: /content/sjc/release.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
If I try to run the next cell, "update env.json," then I get this error:
FileNotFoundError: [Errno 2] No such file or directory:
'/content/drive/MyDrive/sjc/env.json'
Any help would be greatly appreciated :)
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABL2CGKOJ7QRGZZAP2IZH2LWNEFTHANCNFSM6AAAAAASRN4ZXU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I tried it using my notebook. But the final version 3d model is pretty pixelated. I don't know if this colab is taking advantage of the unpixelated improvement. @w-hc |
Thanks. It still gives the error in the "Download Assets" cell, but it allows me to run the other cells. In the second cell under "Run Experiments," it gives me this error: FileNotFoundError: [Errno 2] No such file or directory: '/content/gdrive/MyDrive/sjc/release/diffusion_ckpts/stable_diffusion/sd-v1-5.ckpt. I looked in my Google Drive and I couldn't find the release directory. |
It seems that you are mounting the drive with another name ('gdrive' or 'drive'). Make sure the drive you mounted has the same name of the required directories. |
Check if the current version is saving the SD model in this in same directory. Maybe they changed and I'm using the old directory reference |
@LucasSilvaFerreira no the colab is not using the subpix rendering. we will update the colab. |
So I actually got the original colab to work all the way until the second cell under the "run experiments" module, where it gives me this error: ModuleNotFoundError: No module named 'taming' |
Hi. Is it possible to run this code in the colab pro?
Are you guys about to release some colab? Very nice work.
The text was updated successfully, but these errors were encountered: