ADD 增加多模态LLM节点

This commit is contained in:
kyj@bowong.ai 2025-07-08 11:42:41 +08:00
parent a8b85a8696
commit 126f9bfb80
1 changed files with 0 additions and 4 deletions

View File

@ -1,15 +1,11 @@
# LLM API 通过cloudflare gateway调用llm # LLM API 通过cloudflare gateway调用llm
import base64 import base64
import io
import os import os
import re import re
from mimetypes import guess_type from mimetypes import guess_type
from typing import Any, Union from typing import Any, Union
import httpx import httpx
import numpy as np
import torch
from PIL import Image, ImageSequence, ImageOps
from retry import retry from retry import retry
import folder_paths import folder_paths