Vace Outpainting, new Depth extractor

This commit is contained in:
DeepBeepMeep
2025-06-19 15:59:47 +02:00
parent 188225cdd7
commit 4d202db319
27 changed files with 2023 additions and 180 deletions

View File

@@ -0,0 +1,11 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the license found in the
# LICENSE file in the root directory of this source tree.
from .mlp import Mlp
from .patch_embed import PatchEmbed
from .swiglu_ffn import SwiGLUFFN, SwiGLUFFNFused
from .block import NestedTensorBlock
from .attention import MemEffAttention