mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Change Flux.2-dev to flex since dev does not exist
This commit is contained in:
@@ -43,12 +43,12 @@ The script will automatically detect the `.env` file and provide clear error mes
|
||||
- `black-forest-labs/flux.2-pro` - Fast, high quality, supports generation + editing
|
||||
|
||||
**Generation only**:
|
||||
- `black-forest-labs/flux.2-dev` - Development version, generation only
|
||||
- `black-forest-labs/flux.2-flex` - Fast and cheap, but not as high quality as pro
|
||||
|
||||
Select based on:
|
||||
- **Quality**: Use gemini-3-pro or flux.2-pro
|
||||
- **Editing**: Use gemini-3-pro or flux.2-pro (both support image editing)
|
||||
- **Cost**: Use flux.2-dev for generation only
|
||||
- **Quality**: Use gemini-3-pro or flux.2-flex
|
||||
- **Editing**: Use gemini-3-pro or flux.2-flex (both support image editing)
|
||||
- **Cost**: Use flux.2-flex for generation only
|
||||
|
||||
## Common Usage Patterns
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ Generate and edit images using OpenRouter API with various image generation mode
|
||||
Supports models like:
|
||||
- google/gemini-3-pro-image-preview (generation and editing)
|
||||
- black-forest-labs/flux.2-pro (generation and editing)
|
||||
- black-forest-labs/flux.2-dev (generation)
|
||||
- black-forest-labs/flux.2-flex (generation)
|
||||
- And more image generation models available on OpenRouter
|
||||
|
||||
For image editing, provide an input image along with an editing prompt.
|
||||
@@ -230,7 +230,7 @@ Examples:
|
||||
Popular image models:
|
||||
- google/gemini-3-pro-image-preview (default, high quality, generation + editing)
|
||||
- black-forest-labs/flux.2-pro (fast, high quality, generation + editing)
|
||||
- black-forest-labs/flux.2-dev (development version)
|
||||
- black-forest-labs/flux.2-flex (development version)
|
||||
"""
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user