0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Flux-Kontext-Dev使おうぜ

Last updated at Posted at 2025-06-29

Flux-Kontext-Dev使おうぜ

・ダウンロード
https://huggingface.co/Comfy-Org/flux1-kontext-dev_ComfyUI/blob/main/split_files/diffusion_models/flux1-dev-kontext_fp8_scaled.safetensors

・プロンプト
https://docs.bfl.ai/guides/prompting_guide_kontext_i2i

・参考
https://six-loganberry-ba7.notion.site/25-06-28-Flux-Kontext-Dev-220f7e7600e980329ca8f2f70b83d8ed?source=copy_link

画像を直接、comfyuiにドラッグするとワークフローが出来上がる。

stablitymatrixからダウンロードしても、うまく動かないので、直接インスコする

・必要なモデルファイル

ComfyUI/
├── models/
│ ├── diffusion_models/flux1-dev-kontext_fp8_scaled.safetensors
│ ├── vae/ae.safetensors
│ └── text_encoders/
│ ├── clip_l.safetensors
│ └── t5xxl_fp16.safetensors または t5xxl_fp8_e4m3fn_scaled.safetensors

■ ComfyUI ワークフロー例
1.基本ワークフロー (node分割型)
Load Diffusion Model で flux1-dev-kontext_fp8_scaled.safetensors

DualCLIP Load で clip_l と t5xxl_fp16/fp8 を読み込み

Load VAE で ae.safetensors を読み込み

Load Image で画像読み込み

CLIP Text Encode に英文プロンプト

Queue もしくは Ctrl + Enter で実行

著作権的なあれもいけるか

CLIP TextEncode (Positive Prompt)に

doraemon というシンプルな命令

ComfyUI_00014_.png

nsfw cute girl
ComfyUI_00015_.png

nsfw all nude girl
ComfyUI_00016_.png

脱がない!

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?