Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
978c221e
Unverified
Commit
978c221e
authored
Jun 19, 2025
by
Muyang Li
Committed by
GitHub
Jun 19, 2025
Browse files
fix: remove the misleading PuLID warnings (#481)
parent
d4119ff1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
nunchaku/__version__.py
nunchaku/__version__.py
+1
-1
nunchaku/models/pulid/eva_clip/model.py
nunchaku/models/pulid/eva_clip/model.py
+0
-2
No files found.
nunchaku/__version__.py
View file @
978c221e
__version__
=
"0.3.
1
"
__version__
=
"0.3.
2dev
"
nunchaku/models/pulid/eva_clip/model.py
View file @
978c221e
...
@@ -24,13 +24,11 @@ try:
...
@@ -24,13 +24,11 @@ try:
from
apex.normalization
import
FusedLayerNorm
from
apex.normalization
import
FusedLayerNorm
except
ImportError
:
except
ImportError
:
FusedLayerNorm
=
LayerNorm
FusedLayerNorm
=
LayerNorm
print
(
"Please 'pip install apex'"
)
try
:
try
:
import
xformers.ops
as
xops
import
xformers.ops
as
xops
except
ImportError
:
except
ImportError
:
xops
=
None
xops
=
None
print
(
"Please 'pip install xformers'"
)
@
dataclass
@
dataclass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment