• loaders/Load CLIP
    CLIP の text encoder を読み込む
  • conditioning/CLIP Set Last Layer
    CLIP の中間層の利用深さを制限する
  • conditioning/CLIP Text Encode (Prompt)
    プロンプトテキストを CLIP でエンコードする
  • advanced/conditioning/CLIPTextEncodeSDXL
    プロンプトテキストを CLIP でエンコードする (SDXL base 用)
  • advanced/conditioning/CLIPTextEncodeSDXLRefiner
    プロンプトテキストを CLIP でエンコードする (SDXL refiner 用)
  • conditioning/CLIP Vision Encode
    CLIP vision で pixel 画像をエンコードする
  • loaders/Load CLIP Vision
    CLIP vision モデルを読み込む
  • advanced/loaders/Load Checkpoint (With Config)
    Stable Diffusion のコアとなるモデル群を読み込む
  • loaders/Load Checkpoint
    Stable Diffusion のコアとなるモデル群を読み込む (簡易版)
  • _for_testing/model_merging/CheckpointSave
    モデルを保存する
  • conditioning/Conditioning (Average)
    2 つの conditioning の重み付き平均を取る
  • advanced/conditioning/ConditioningConcat
    embeddings に別の embeddings を追加する
  • conditioning/Conditioning (Set Area)
    サンプリング範囲を限定する
  • conditioning/Conditioning (Set Mask)
    conditioning の効果範囲を限定する
  • conditioning/Apply ControlNet
    conditioning に T2I-Adapter または ControlNet を適用する
  • loaders/Load ControlNet Model
    T2I-Adapter または ControlNet のモデルを読み込む
  • mask/CropMask
    mask 画像を矩形で切り取る
  • loaders/Load ControlNet Model (diff)
    差分形式の ControlNet のモデルを読み込む
  • advanced/loaders/DiffusersLoader
    Hugging Face の Diffusers 提供のモデルを読み込む
  • advanced/loaders/DualCLIPLoader
    CLIP の text encoder を読み込む (SDXL 用)
  • latent/Empty Latent Image
    空の latent 画像を生成する
  • mask/FeatherMask
    mask 画像の 4辺を弱める
  • loaders/GLIGENLoader
    GLIGEN のモデルを読み込む
  • conditioning/gligen/GLIGENTextBoxApply
    conditioning に GLIGEN の指示を追加する
  • image/postprocessing/ImageBlend
    2 つの pixel 画像を合成する
  • image/postprocessing/ImageBlur
    pixel 画像をぼかす
  • image/Invert Image
    pixel 画像の値を反転する
  • image/Pad Image for Outpainting
    pixel 表現の画像の 4辺を拡張する (outpaint 用)
  • image/postprocessing/ImageQuantize
    pixel 画像の色数を減らす
  • image/upscaling/Upscale Image
    pixel 画像を拡大/縮小/切り取りする
  • image/upscaling/Upscale Image By
    pixel 画像を拡大/縮小/切り取りする (拡大率指定版)
  • image/postprocessing/ImageSharpen
    pixel 画像をシャープにする
  • mask/Convert Image to Mask
    pixel 画像から mask 画像を作る
  • mask/InvertMask
    mask 画像を反転する
  • sampling/KSampler
    latent 表現の画像からノイズを除去する
  • sampling/KSampler (Advanced)
    latent 表現の画像からノイズを除去する (高機能版)
  • latent/Latent Composite
    latent 画像に別の latent 画像を重ねる
  • latent/LatentCompositeMasked
    latent 画像に別の latent 画像を重ねる (mask 可)
  • latent/transform/Crop Latent
    latent 画像を矩形で切り取る
  • latent/transform/Flip Latent
    latent 画像を左右/上下反転する
  • latent/batch/Latent From Batch
    バッチから特定の latent 画像を抜き出す
  • latent/batch/Rebatch Latents
    LATENT のバッチリストを再構成する
  • latent/transform/Rotate Latent
    latent 画像を回転する
  • latent/Upscale Latent
    latent 表現の画像を拡大する (サイズ指定版)
  • latent/Upscale Latent By
    latent 表現の画像を拡大する (拡大率指定版)
  • image/Load Image
    ファイルから画像とマスクを読み込む
  • mask/Load Image (as Mask)
    ファイルからマスクを読み込む
  • _for_testing/SaveLatent
    ファイルから latent 画像を読み込む
  • loaders/Load LoRA
    LoRA、LoCon、LoHa モデルを読み込む
  • mask/MaskComposite
    2つの mask 画像を合成する
  • mask/Convert Mask to Image
    mask 画像から pixel 画像を作る
  • advanced/model_merging/ModelMergeBlocks
    U-Net モデルをマージする
  • advanced/model_merging/ModelMergeSimple
    U-Net モデルをマージする (簡易版)
  • utils/Note
    ノート/コメント
  • image/Preview Image
    画像をUI 上で確認できるようにする
  • utils/Primitive
    プリミティブ型のデータを作る
  • utils/Reroute
    データを素通しする
  • image/Save Image
    画像をファイルに保存する
  • _for_testing/SaveLatent
    latent 画像をファイルに保存する
  • latent/inpaint/Set Latent Noise Mask
    latent 画像に加えるノイズマスクを指定する (inpaint 用)
  • mask/SolidMask
    新しい mask 画像を作る
  • conditioning/style_model/Apply Style Model
    conditioning に style_model を適用する
  • loaders/Load Style Model
    T2I-Adapter の style adapter モデルを読み込む
  • _for_testing/TomePatchModel
    ToMe for SD を有効にする
  • loaders/Load Upscale Model
    画像アップスケール用のモデルを読み込む
  • latent/VAE Decode
    latent 画像を pixel 画像に変換する
  • _for_testing/VAE Decode (Tiled)
    latent 画像を pixel 画像に変換する (省メモリ版)
  • latent/VAE Encode
    pixel 画像を latent 画像に変換する
  • latent/inpaint/VAE Encode (for Inpainting)
    pixel 表現の画像を latent 表現に変換する (inpaint 用)
  • _for_testing/VAE Encode (Tiled)
    pixel 画像を latent 画像に変換する (省メモリ版)
  • loaders/Load VAE
    VAE モデルを読み込む
  • conditioning/unCLIPConditioning
    CLIP vision をプロンプトに適用する (unCLIP 専用)