mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 16:26:39 +00:00
Remove v3_01, didnt meant to commit that
This commit is contained in:
parent
dacd0e9a59
commit
56aae3e2c8
@ -1,21 +0,0 @@
|
|||||||
from comfy_api.v3._io import _IO
|
|
||||||
from comfy_api.v3._ui import _UI
|
|
||||||
from comfy_api.v3._resources import _RESOURCES
|
|
||||||
import logging
|
|
||||||
|
|
||||||
class Int(_IO.Int):
|
|
||||||
class Input(_IO.Int.Input):
|
|
||||||
def as_dict(self):
|
|
||||||
logging.info("I am in V3_01 def of Int 😎")
|
|
||||||
return super().as_dict()
|
|
||||||
|
|
||||||
|
|
||||||
class IO_01(_IO):
|
|
||||||
Int = Int
|
|
||||||
|
|
||||||
|
|
||||||
io = IO_01
|
|
||||||
ui = _UI
|
|
||||||
resources = _RESOURCES
|
|
||||||
|
|
||||||
__all__ = ["io", "ui", "resources"]
|
|
Loading…
x
Reference in New Issue
Block a user