appinitdev commited on
Commit
97ec6fc
·
verified ·
1 Parent(s): e0a3d19

Delete ip_adapter/__init__.py

Browse files
Files changed (1) hide show
  1. ip_adapter/__init__.py +0 -9
ip_adapter/__init__.py DELETED
@@ -1,9 +0,0 @@
1
- from .ip_adapter import IPAdapter, IPAdapterPlus, IPAdapterPlusXL, IPAdapterXL, IPAdapterFull
2
-
3
- __all__ = [
4
- "IPAdapter",
5
- "IPAdapterPlus",
6
- "IPAdapterPlusXL",
7
- "IPAdapterXL",
8
- "IPAdapterFull",
9
- ]