Cleanup some unused imports.

This commit is contained in:
comfyanonymous
2024-01-21 21:51:22 -05:00
parent 45bf88d8ef
commit 4871a36458
8 changed files with 2 additions and 11 deletions

View File

@@ -1,9 +1,6 @@
import torch
import contextlib
import math
from comfy import model_management
from .ldm.util import instantiate_from_config
from .ldm.models.autoencoder import AutoencoderKL, AutoencodingEngine
import yaml