Leimingkun commited on
Commit
6f88700
1 Parent(s): aa91ca4

stylestudio

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