Skip to content

Pipeline

Pipeline 项目由以下要素构成:

  • block
  • line 任何具有数据类型的参数都是可接线的。

块是 Pipeline 项目的基本单元。分为:

  • I/O
  • 大语言模型
  • 生图
  • Code

I/O 块

IO I/O 块中,输入和输出块是相同构造的。一个项目只需要各有一个 I/O 块,其中包括若干个输入/输出参数。
子选项:

  • 输入/输出参数

参数类型:

  • Text
  • Integer
  • Float
  • Image

大语言模型块

目前有以下块:

  • InvokeLLM

InvokeLLM

InvokeLLM 子选项:

  • INPUTS
    • Plaform/API Key: 单选
    • Model: 单选
    • Advanced settings
      • Temperature: Float
  • OUTPUTS
    • Text: Text

生图块

目前有以下块:

  • Text To Image
  • Image Generation
  • Checkpoint
  • VAE

Text To Image

TextToImage 子选项:

  • INPUTS
    • Prompt: Text
    • Negative Prompt: Text
    • Steps: Integer // todo
      • Hire Settings
        • Enable Hires 开关 // todo
  • OUTPUTS
    • Image: Image

Image Generation

ImageGeneration 子选项:

  • INPUTS
    • Prompt: Text
    • Negative Prompt: Text
    • VAE: VAE
    • Model: Model
    • Steps: Integer // todo
      • Hire Settings
        • Enable Hires 开关 // todo
        • Hires Scale: // todo
        • Hires Up Scale: // todo
        • Hires Resize X: // todo
        • Hires Resize Y: // todo
  • OUTPUTS
    • Image: Image

Checkpoint

Checkpoint 子选项:

  • INPUTS
    • Model: Model
  • OUTPUTS
    • Model: Model
    • VAE: VAE

VAE

VAE 子选项:

  • INPUTS
    • VAE: VAE
  • OUTPUTS
    • VAE: VAE

Code 块