fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.59k stars 129 forks source link

Add stability node (Text2Img) #45

Closed glen0125 closed 10 months ago

glen0125 commented 10 months ago

I've added a Text2Image ComputeNode, implemented using stability. I think there should be abstract types such as LLM, Text2Img, Img2Text, Voice2Text, Text2Voice, etc., that inherit from ComputeNode. Then, we can provide corresponding implementations. For instance, OpenAINode could be an implementation of LLMNode, rather than directly inheriting from ComputeNode. This is just an idea of mine, and my current modifications are made based on the existing code structure. I suspect this might be a temporary measure for version 0.5.1, and I believe the author has already given these points thorough consideration.

waterflier commented 10 months ago

Good Job!

waterflier commented 10 months ago

Good Job!