ComfyScript icon indicating copy to clipboard operation
ComfyScript copied to clipboard

A Python frontend and library for ComfyUI

Results 27 ComfyScript issues
Sort by recently updated
recently updated
newest added

我缺乏 Python 或者其它代码开发方面的基础知识,自己搜索了一下,看到有用@cached @lru_cache 等 decorator 去做缓存的,不知道这是否是文档中提到的自己管理缓存的正确方法呢?如果不是,能否麻烦给一下相关方法的关键词我去查一查,谢谢。 另外,感谢一下做这个repo,我之前用 huggingface 的 diffusers ,感觉对于我这种菜鸟来说,里面的 class function 设计的抽象化程度要么有点整要么有点过细,没有 comyui 的颗粒度适合我。之前就在想要是 comfyui 有 library 的话就好了,但是我自己无从下手,没想到真的有人做出来了。

enhancement
runtime

Is there a way to unload a specified model from memory?

documentation
enhancement
runtime

Hi there -- I'm attempting to use ComfyScript with the ComfyUI package in a Docker image. I've followed the Readme as best I could, paired with a little reading of...

bug
runtime
pending

Is it possible to get previews of an in-progress generation, similar to what is shown in the web ui, using comfyscript? Ideally I'd like some form of stream I can...

enhancement
runtime
ui

Great work with this project so far. I just got started, and it's working great so far. Can't wait to create some really great stuff with this. I had a...

enhancement
runtime

Thanks for your great job, but I found a bug that really confuse me. It seems like that ComfyScript can't recognize some nodes correctly. In my workflow, I have a...

bug
transpiler

Hello! I have this code here ``` async def extend_audio(params: AudioWorkflow): async with Workflow(wait=True) as wf: model, model_sr = MusicgenLoader() audio, sr, duration = LoadAudio(params.snd_filename) audio = ConvertAudio(audio, sr, model_sr,...

enhancement
runtime

Hi there, thanks for this super cool repo, this is exactly what I've been waiting for to really dive into comfyUI! I'm trying to get an animateDiff workflow working, but...

bug
enhancement
runtime
pending

Is it possible to name the nodes in the script and it will show when you load it in the web-ui? ![Untitled](https://github.com/Chaoses-Ib/ComfyScript/assets/155384738/b948b86c-2454-404c-8d6d-9cc13ce83f14)

enhancement
runtime