El loza

Results 13 comments of El loza

Hi @eschibli! Did you try tuner = 'random'?. I am trying something similar to your test but I have the same problem. I am further limiting the model size to...

Same here! I have a 8 channels LoRaWAN Gateway and I am also not able to receive any data from TTN... Great work in any case! Best regards!

Same here. Please @antfu, any suggestions on which launch.js to use?

has been this implemented?

Same problem here with Android TV. Is there any plan for supporting app actions on Android TV? It would be a nice way to extend the access to application features......

First of all, congratulations on the work! It is all very well structured and all resources are available. I was trying to replicate the results and also do some small...

Thank you so much @Natooz. I think that I understand better the code now. I think I got at least the "hello world" of the model you posted with the...

Same here! It would be a great addition for this demo! Congratulations for the amazing work by the way!

> I put one together here: https://colab.research.google.com/drive/1zixo66UYGl70VOPy053o7IV_YkQt5lCZ?usp=sharing is it working rigth now? , line 34, in load_model_from_config pl_sd = torch.load(ckpt, map_location="cpu") File "/usr/local/lib/python3.8/dist-packages/torch/serialization.py", line 712, in load return _load(opened_zipfile, map_location,...

I think I found the issue: TLDR; `!pip install pytorch-lightning==1.8.3.post0` Ref: https://github.com/Stability-AI/stablediffusion/issues/8 Congratulations for the work by the way!