1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update src/diffusers/models/transformers/transformer_kandinsky.py

Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com>
This commit is contained in:
Lev Novitskiy
2025-10-14 23:25:14 +03:00
committed by GitHub
parent 0190e55641
commit d62dffcb21

View File

@@ -15,7 +15,6 @@
import math
from typing import Any, Dict, List, Optional, Tuple, Union
from einops import rearrange
import torch
import torch.nn as nn
import torch.nn.functional as F