Skip to content

Commit e5b55a2

Browse files
committed
refine the format
1 parent 22c9d9c commit e5b55a2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
llm,
1717
mzkolors,
1818
nodes,
19+
nodes_automatic_marking,
1920
nodes_controlnet_aux,
2021
nodes_controlnet_union_sdxl,
2122
segment_anything,
2223
showcase,
2324
supernode,
24-
nodes_automatic_marking,
2525
)
2626

2727

llm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import asyncio
22
import json
3+
34
import aiohttp
45
from aiohttp import web
56
from server import PromptServer

nodes_automatic_marking.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
import os
2+
3+
import folder_paths
24
import numpy as np
35
import torch
4-
56
from PIL import Image, ImageOps
67

7-
import folder_paths
8-
98

109
class SaveCaptionsAndImages:
1110
@classmethod

0 commit comments

Comments
 (0)