ADD 增加多模态LLM节点
This commit is contained in:
parent
a8b85a8696
commit
126f9bfb80
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue