Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,9 @@ base_model:
|
|
11 |
base_model_relation: merge
|
12 |
pipeline_tag: text-to-image
|
13 |
---
|
|
|
|
|
|
|
14 |
|
15 |
## **Sub-Memory-efficient merging code (Flux.1-Dev + Flux.1-Krea-Dev)**
|
16 |
|
|
|
11 |
base_model_relation: merge
|
12 |
pipeline_tag: text-to-image
|
13 |
---
|
14 |
+
# **Flux.1-krea-Merge-Transformer (Flux.1-Dev + Flux.1-Krea-Dev)**
|
15 |
+
|
16 |
+
> The Flux.1-krea-Merge-Transformer repository contains merged parameters combining two advanced image generation models: black-forest-labs/FLUX.1-dev and black-forest-labs/FLUX.1-Krea-dev. This merged model integrates the capabilities of the rectified flow transformer FLUX.1-dev, known for competitive prompt following and high-quality outputs, with FLUX.1-Krea-dev, a guidance distilled model emphasizing aesthetics and photorealism. The result is a unified model that balances quality, aesthetic control, and efficiency for text-to-image generation tasks. The repository includes instructions for loading, merging, and using the fused parameters via the Diffusers library, enabling users to generate images from text prompts through the FluxPipeline with enhanced performance and visual quality. This merge facilitates leveraging strengths from both base models in a single, accessible implementation for research and creative workflows.
|
17 |
|
18 |
## **Sub-Memory-efficient merging code (Flux.1-Dev + Flux.1-Krea-Dev)**
|
19 |
|