-
At this stage, one cannot execute code dynamically. For example, via `eval()`. Since the general feeling is that [you should never](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/…
-
!!! Exception during processing !!! No module named 'transformers_modules.Florence-2-base-PromptGen-v1'
Traceback (most recent call last):
File "G:\ComfyUI_windows_portable\ComfyUI\execution.py", …
-
**Is your feature request related to a problem? Please describe.**
We can’t run Stryker .NET in pull requests due to the long execution time. Developers don’t get immediate feedback on unit test qual…
-
The 'potato' platform role currently expects the password for access to the influxdb DB to be provided in the molecule configuration file, which leads to plain text passwords being stored.
This pas…
-
### Describe the issue
I encountered the following error when loading a model with dynamic shapes using the QNN Provider as the backend acceleration setting.
![Image](https://github.com/user-attach…
-
### Describe the issue
With QNN execution provider we see that loading the first model ~800 MB of memory is allocated and after loading each model, ~100MB of memory is allocated again. When destroyin…
-
大佬,运行CXH_DownloadAndLoadFlorence2Model这个节点会报错,说是缺少flash_attn这个东西。
# ComfyUI Error Report
## Error Details
- **Node Type:** CXH_DownloadAndLoadFlorence2Model
- **Exception Type:** ImportError
- …
-
**Description**
The edge code was recently moved from the RSC repository to [Surveilr](https://www.surveilr.com). However, during this transition, it appears that the automation script is encounterin…
-
## 📌 어떤 기능을 리팩터링 하나요?
> 로컬 테스트 실행 속도 개선을 위해 로컬에서 테스트를 병렬로 실행하도록 한다.
## AS-IS
약 300개 이상 테스트 -> 1분 내외
## TO-BE
## ⏳ 예상 소요 시간 (예상 해결 날짜)
> 1일
1일 0시간 소요 (00/00 00:00)
## 🔍 참고할만한 자료(…
-
### Is your feature request related to a problem?
In reports, we have to filter based on many dynamic inputs.
for this, i wrote many if else conditions, instead of that,
can you adopt new way to…