Skip to content

Commit ed02d3e

Browse files
committed
tests: rename comfyui plugin root folder name
1 parent ad73416 commit ed02d3e

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

apps/ComfyUI-vLLM-Omni/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Top-level package for vllm_omni."""
1+
"""Top-level package for comfyui_vllm_omni."""
22

33
__all__ = [
44
"NODE_CLASS_MAPPINGS",
@@ -10,7 +10,7 @@
1010
__email__ = "11222265+fhfuih@users.noreply.github.com"
1111
__version__ = "0.0.1"
1212

13-
from .vllm_omni.nodes import (
13+
from .comfyui_vllm_omni.nodes import (
1414
VLLMOmniARSampling,
1515
VLLMOmniComprehension,
1616
VLLMOmniDiffusionSampling,
File renamed without changes.
File renamed without changes.

apps/ComfyUI-vLLM-Omni/vllm_omni/utils/api_client.py renamed to apps/ComfyUI-vLLM-Omni/comfyui_vllm_omni/utils/api_client.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

apps/ComfyUI-vLLM-Omni/vllm_omni/utils/validators.py renamed to apps/ComfyUI-vLLM-Omni/comfyui_vllm_omni/utils/validators.py

File renamed without changes.

0 commit comments

Comments
 (0)