1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

remove unused import

This commit is contained in:
pythongosssss
2023-05-03 18:21:23 +01:00
parent 8912623ea9
commit 5eeecf3fd5
2 changed files with 0 additions and 2 deletions

View File

@@ -4,7 +4,6 @@ from comfy import model_management
import torch
import comfy.utils
import folder_paths
from tqdm.auto import tqdm
class UpscaleModelLoader:
@classmethod