Skip to content

Commit 978c221

Browse files
authored
fix: remove the misleading PuLID warnings (#481)
1 parent d4119ff commit 978c221

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

nunchaku/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.1"
1+
__version__ = "0.3.2dev"

nunchaku/models/pulid/eva_clip/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
from apex.normalization import FusedLayerNorm
2525
except ImportError:
2626
FusedLayerNorm = LayerNorm
27-
print("Please 'pip install apex'")
2827

2928
try:
3029
import xformers.ops as xops
3130
except ImportError:
3231
xops = None
33-
print("Please 'pip install xformers'")
3432

3533

3634
@dataclass

0 commit comments

Comments
 (0)