일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 설정
- ChatGPT
- MySQL
- 영어
- Ai
- API
- docker
- unity
- mariadb
- JavaScript
- MSSQL
- nodejs
- logstash
- elasticsearch
- Kibana
- Linux
- error
- 엘라스틱서치
- 구글
- JS
- AWS
- 유니티
- ssh
- Windows
- Python
- Git
- s3
- build
- sample
- Today
- Total
목록comfyui (2)
가끔 보자, 하늘.
빌드를 위해서는 vs의 cmake가 필요합니다. vs2022를 설치했다면 아래와 유사한 경로에 위치해 있습니다. C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin 이를 환경 변수에 등록해 powershell 혹은 console에서 cmake를 실행할 수 있게 설정해 두세요. bitsandbytes는 아래 링크의 내용을 참고해 빌드하면 됩니다. https://huggingface.co/docs/bitsandbytes/main/en/installation?OS+system=Windows Installation huggingface.co git clone http..

한 폴더에 작업이 필요한 이미지를 넣은 후 필요한 workflow에서 하나씩 이미지를 처리하려고 할 때 Load Image batch 노드와 Extra options의 Batch count를 이용하면 됩니다. "Load Image Batch"노드는 https://github.com/WASasquatch/was-node-suite-comfyui 를 설치하면 사용이 가능합니다. mode를 "single_image"로 지정할 경우 지정한 index의 이미지만을 사용합니다. "incremental_image"로 지정하면 지정한 index부터 순차적으로 1씩 인덱스를 증가시키며 이미지를 불러옵니다. 그런데 이렇게 노드를 구성하고 "Queue Prompt"를 선택하면 하나의 작업만 수행됩니다. 물론 다시 "Queu..