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

Update src/diffusers/pipelines/kandinsky5/pipeline_kandinsky.py

Co-authored-by: Álvaro Somoza <asomoza@users.noreply.github.com>
This commit is contained in:
Lev Novitskiy
2025-10-14 21:53:32 +03:00
committed by GitHub
parent 4aa22f3abe
commit 235f0d5df8

View File

@@ -13,7 +13,7 @@
# limitations under the License.
import html
from typing import Any, Callable, Dict, List, Optional, Union
from typing import Callable, Dict, List, Optional, Union
import regex as re
import torch