Chandrasekhar was another brilliant mind India gave us (offtopic, but I will put it here). He has shown that electron degeneracy pressure is not sufficient to prevent the collapse of stars beyond a certain mass. This implied that such stars would continue to collapse into more compact objects (neutron degeneracy was not yet discovered, or fully developed at the time, I believe). His ideas caused quite an uproar, he was publicly ridiculed even...
Great videos, great quality content! I was wondering if it is possible to create a custom node that uses code with a different python version? I want to create a cool node and I have working python codes already but it only works on python 3.7 because it needs tensorflow 1.5. Is this even possible to accomplish in comfy UI, maybe by using code in the custom node that creates a virtual environment?
I won't say it's impossible, but... I personally wouldn't know how to do it. When it comes to TensorFlow (Google) vs PyTorch (Meta), my impression is that PyTorch is "winning", as of this writing (2024). Perhaps due to greater adoption by academics? I don't know. What made you use TensorFlow, if you don't mind me asking? If you are looking at building a front-end, have a look at this repo: github.com/jagenjo/litegraph.js/ This is the node-based library that powers ComfyUI. Also, ComfyUI now has a Discord server, you can approach developers directly: discord.gg/MrtNUNEx I hope this helps. Good luck. 👍
@@professorlich Thx for taking the time to respond and link some useful stuff. And why TensorFlow is because I am playing around with lucid-sonic-dreams and it only works with an older TensorFlow, there are also working version of lucid-sonic-dreams with PyTorch but I had problems getting it to work. Thanks for your good understandable videos it helped me create some custom nodes for this project. I first tried some different things but don't think it was possible at the end how I have made it work, I created a simple node that just makes an API call to my custom flask API were I run the lucid-sonic-dream stuff with all the right versions. So thx again, have a great day sir!
Chandrasekhar was another brilliant mind India gave us (offtopic, but I will put it here). He has shown that electron degeneracy pressure is not sufficient to prevent the collapse of stars beyond a certain mass. This implied that such stars would continue to collapse into more compact objects (neutron degeneracy was not yet discovered, or fully developed at the time, I believe). His ideas caused quite an uproar, he was publicly ridiculed even...
thank you so much, as a begginer it's hard to find some information and you are so clear and precise !
more more more plz !
More to come! :) This weekend, fingers crossed. 👍
Clearly structured and well done! Thank you for your excurse into history! 😊
Glad you enjoyed it! And yeah, I have a tendency to go on tangents occassionally haha 😅
Thanks,
I think I'll have to go back to beginning
Great videos, great quality content! I was wondering if it is possible to create a custom node that uses code with a different python version? I want to create a cool node and I have working python codes already but it only works on python 3.7 because it needs tensorflow 1.5. Is this even possible to accomplish in comfy UI, maybe by using code in the custom node that creates a virtual environment?
I won't say it's impossible, but... I personally wouldn't know how to do it.
When it comes to TensorFlow (Google) vs PyTorch (Meta), my impression is that PyTorch is "winning", as of this writing (2024). Perhaps due to greater adoption by academics? I don't know. What made you use TensorFlow, if you don't mind me asking?
If you are looking at building a front-end, have a look at this repo: github.com/jagenjo/litegraph.js/
This is the node-based library that powers ComfyUI. Also, ComfyUI now has a Discord server, you can approach developers directly: discord.gg/MrtNUNEx
I hope this helps. Good luck. 👍
@@professorlich Thx for taking the time to respond and link some useful stuff. And why TensorFlow is because I am playing around with lucid-sonic-dreams and it only works with an older TensorFlow, there are also working version of lucid-sonic-dreams with PyTorch but I had problems getting it to work. Thanks for your good understandable videos it helped me create some custom nodes for this project. I first tried some different things but don't think it was possible at the end how I have made it work, I created a simple node that just makes an API call to my custom flask API were I run the lucid-sonic-dream stuff with all the right versions. So thx again, have a great day sir!