Đặng Minh Tiến
Đặng Minh Tiến
Hint: Just calculate the cluster centers and change in info_set you will solve the 52 card problem. 😆
i realized that you have to use the ip of the container. For example 172.19.0.2:81 
EDIT ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\dataset.py find `from utils import path_to_image` and replace with ``` import logging import os import torch from torchvision import transforms import numpy as np import random import cv2 from...