From 126f9bfb805bf44799ef2f347c10c4876c7e393c Mon Sep 17 00:00:00 2001 From: "kyj@bowong.ai" Date: Tue, 8 Jul 2025 11:42:41 +0800 Subject: [PATCH] =?UTF-8?q?ADD=20=E5=A2=9E=E5=8A=A0=E5=A4=9A=E6=A8=A1?= =?UTF-8?q?=E6=80=81LLM=E8=8A=82=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nodes/llm_api.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nodes/llm_api.py b/nodes/llm_api.py index 2a6a789..829a86e 100644 --- a/nodes/llm_api.py +++ b/nodes/llm_api.py @@ -1,15 +1,11 @@ # LLM API 通过cloudflare gateway调用llm import base64 -import io import os import re from mimetypes import guess_type from typing import Any, Union import httpx -import numpy as np -import torch -from PIL import Image, ImageSequence, ImageOps from retry import retry import folder_paths