FLEX-workflow
세부 정보
파일 다운로드
모델 설명
Flex.2-preview 설치 가이드 (ComfyUI용)
***첫 번째 이미지를 드롭해 주시면 프로 워크플로우를 위해 감사드립니다.
기억하세요 👍
(저의 경험에 따르면, 여기에서 인페인팅 결과를 얻었습니다: /model/1108146/fluxfill-devgguf
및 ControlNet:
/model/1488208/flux1-dev-controlnet-union-pro-20fp8
더 전문적이지만, 이 모델은 매우 유연하기 때문에 좋은 기능을 제공합니다.)
필요한 파일 및 설치 위치
Diffusion Model
- flex.2-preview.safetensors 다운로드 및 설치
/model/1514080ComfyUI/models/diffusion_models/
Text Encoders
다음 파일을 ComfyUI/models/text_encoders/에 배치하세요:
- CLIP-L: [clip_l.safetensors]
- T5XXL 옵션:
- 옵션 1 (FP8): [t5xxl_fp8_e4m3fn_scaled.safetensors]
- 옵션 2 (FP16): [t5xxl_fp16.safetensors]
VAE
- 다운로드 링크: [ae.safetensors]
- ComfyUI/models/vae/
필요한 커스텀 노드
추가 FlexTools 기능을 활성화하려면 다음 저장소를 custom_nodes 디렉터리에 클론하세요:
cd ComfyUI/custom_nodes
git clone https://github.com/ostris/ComfyUI-FlexTools
🛠️ ComfyUI용 FlexTools & OllamaGemini 설정 가이드
📥 1. 필요한 커스텀 노드 클론
ComfyUI custom_nodes 디렉터리로 이동:
cd /path/to/ComfyUI/custom_nodes
ComfyUI용 FlexTools 클론:
git clone https://github.com/ostris/ComfyUI-FlexTools
ComfyUI용 OllamaGemini 확장 클론:
git clone https://github.com/al-swaiti/ComfyUI-OllamaGemini.git
🔑 2. API 키 설정
### ✨ API 키 획득
- Gemini API 키 → [Google MakerSuite](https://makersuite.google.com/app/apikey)
- OpenAI API 키 → [OpenAI 계정](https://platform.openai.com/account/api-keys)
- Anthropic Claude 키 → [Anthropic 콘솔](https://console.anthropic.com/)
- Qwen API 키 → [Qwen 공식 사이트](https://qwen.aliyun.com/)
- (옵션) 로컬 Ollama URL → http://localhost:11434 (기본값)
---
### ⚙️ config.json
- OllamaGemini 확장 폴더로 이동:
cd /path/to/ComfyUI/custom_nodes/ComfyUI-OllamaGemini
config.json생성 또는 편집:
```json { "GEMINI_API_KEY": "your_gemini_api_key", "OPENAI_API_KEY": "your_openai_api_key", "ANTHROPIC_API_KEY": "your_claude_api_key", "OLLAMA_URL": "http://localhost:11434", "QWEN_API_KEY": "your_qwen_api_key" } ```
- 파일을 저장하세요.
---
🚀 준비 완료!
- ComfyUI를 재시작하세요.
- UI에서 FlexTools 및 OllamaGemini 노드가 모두 사용 가능함을 확인하세요.
더 향상된 기능을 즐기세요! 🎉
디렉터리 구조
ComfyUI/ ├── models/ │ ├── diffusion_models/ │ │ └── flex.2-preview.safetensors │ ├── text_encoders/ │ │ ├── clip_l.safetensors │ │ ├── t5xxl_fp8_e4m3fn_scaled.safetensors # 옵션 1 (FP8) │ │ └── t5xxl_fp16.safetensors # 옵션 2 (FP16) │ └── vae/ │ └── ae.safetensors └── custom_nodes/ └── ComfyUI-FlexTools/ # git clone https://github.com/ostris/ComfyUI-FlexTools





