1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Remove unnecessary code.

This commit is contained in:
comfyanonymous
2024-05-18 09:36:26 -04:00
parent 1c4af5918a
commit 98f828fad9
2 changed files with 2 additions and 10 deletions

View File

@@ -3,7 +3,6 @@ import math
import torch
import torch.nn as nn
import numpy as np
from einops import rearrange
from typing import Optional, Any
import logging