Skip to content

Latest commit

History

History
26 lines (23 loc) 路 499 Bytes

TODO.md

File metadata and controls

26 lines (23 loc) 路 499 Bytes
  • auto connect nodes

  • upload adapter

  • auto coerce output to input

    • string -> number
    • number -> string
    • array -> string
    • stringBase64 -> arrayBuffer
    • arrayBuffer -> stringBase64
    • arrayBuffer -> url
    • stringBase64 -> url
    • url -> stringBase64
    • url -> arrayBuffer

how to handle errors?

  • tag nodes
  • stream protocol
  • split
  • loop
    • for/while
  • fix enum in pipelines (cant set string)
  • nodes
    • image to image
    • more gpt3 apis
    • multiple results (multiple images)