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
chenpangpang
ComfyUI
Commits
d2f32290
Commit
d2f32290
authored
Dec 18, 2023
by
comfyanonymous
Browse files
Fix wrong Stable Zero123 node name.
parent
2258f851
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
comfy_extras/nodes_stable3d.py
comfy_extras/nodes_stable3d.py
+2
-2
No files found.
comfy_extras/nodes_stable3d.py
View file @
d2f32290
...
@@ -20,7 +20,7 @@ def camera_embeddings(elevation, azimuth):
...
@@ -20,7 +20,7 @@ def camera_embeddings(elevation, azimuth):
return
embeddings
return
embeddings
class
Zero123_Conditioning
:
class
Stable
Zero123_Conditioning
:
@
classmethod
@
classmethod
def
INPUT_TYPES
(
s
):
def
INPUT_TYPES
(
s
):
return
{
"required"
:
{
"clip_vision"
:
(
"CLIP_VISION"
,),
return
{
"required"
:
{
"clip_vision"
:
(
"CLIP_VISION"
,),
...
@@ -54,5 +54,5 @@ class Zero123_Conditioning:
...
@@ -54,5 +54,5 @@ class Zero123_Conditioning:
return
(
positive
,
negative
,
{
"samples"
:
latent
})
return
(
positive
,
negative
,
{
"samples"
:
latent
})
NODE_CLASS_MAPPINGS
=
{
NODE_CLASS_MAPPINGS
=
{
"Zero123_Conditioning"
:
Zero123_Conditioning
,
"
Stable
Zero123_Conditioning"
:
Stable
Zero123_Conditioning
,
}
}
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