Commit d2f32290 authored by comfyanonymous's avatar comfyanonymous
Browse files

Fix wrong Stable Zero123 node name.

parent 2258f851
...@@ -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 StableZero123_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, "StableZero123_Conditioning": StableZero123_Conditioning,
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment