Marc Chen

Results 43 comments of Marc Chen

@TracerLee 假设是以一台 阿里云 ECS 服务器 1. Nginx -> nodejs 作为基本的服务配置 2. PM2 来管理 nodejs 的运行 3. node_modules 难道不是直接 npm install 吗? 4. 为了方便持续的维护,可以通过 git hook + 脚本的方式做自动部署 5. 你也可以将项目打包成为 rpm...

@LuckyMona sorry 这么晚才看到回复。 就你说的走弯路这一点儿,个人的评价是,感觉这个并不算是走弯路,所谓的走弯路是技术大方向上的事情,不如选择前端还是选择后端,而你遇到的更多的应该是 “填坑的路” 。 第一:想说的核心观点是这种“填坑的路” 走的越多其实越好,这些技术的细枝末节只有自己亲自体会过后才能真正掌握,如果遇到这些问题,唯一能够说明的是你还并不是很了解你所用的技术。这应该是个好消息才对,至少你知道了什么你不会,什么你不能解决。 第二:知识面和 debug 技术其实都是对技术的深度了解才能孰能生巧,没有什么捷径,但是每解决一个问题就是一种提升,所以这是心态的问题 第三:学习技术肯定是有一定的方法论的,但对应到每个人的情况可能都不同,得因人而异,我个人而言: 0. 对所用技术相关的所有知识点画出一个 mindmap 1. 然后对各个知识点进行**系统性学习**,如果有书籍肯定先看书,相比博客只是零散的知识 2. 然后是实际使用技术, 遇到问题不断的解决 3. 还有就是善于接受挑战吧。 希望对你有帮助 :- )

@amozz https://github.com/go-lang-plugin-org/go-lang-idea-plugin

Thanks for the feedback, I will consider this feature :-)

Comfyui provide model mapping yaml config file, underline comflowyspace use this config file to mapping Stable Diffusion models. If you have customization need, you can change this file. ![image](https://github.com/6174/comflowyspace/assets/3872872/2e1cb751-4bc7-40c4-9ccd-ba2fc20bd9c5) Plus,...

也许你可以翻看早期的 ComfyUI commit,把 Langchain Flow 和 SD Flow 结合在一起?上层其实可以直接是 Comflowyspace 想同的 UI。 这个方向 Long term 我们是会考虑的。 如果你有 Progress 可以相互 update 一下 :-)

Yes, this is 100% sure in our plan. But at first we need make the app go through alpha + beta stages .

I think it's because the `ControlNet Plugin` has js extension , current we don't support comfyUI js extension

ComfyUI 's primitive node design is not a good pattern for the editor architecture, it is dynamic , the same with reroute node. For now I just create static primitive...