Instructions to use MintLab/FLUX-Krea-BLAZE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use MintLab/FLUX-Krea-BLAZE with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MintLab/FLUX-Krea-BLAZE", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Diffusion Single File
How to use MintLab/FLUX-Krea-BLAZE with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,14 +20,24 @@ Recommended Settings:
|
|
| 20 |
**EXAMPLES**
|
| 21 |
|
| 22 |
"A mysterious shadow figure lingers in an abandoned train station at midnight, lit only by a single flickering neon sign, with the text "FLUX KREA BLAZE" with fog rolling through and puddles reflecting the sign’s pink and blue glow."
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-

|
| 27 |
|
| 28 |

|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
-
|
| 32 |
|
| 33 |
*The FLUX.1 [dev] Model is licensed by Black Forest Labs Inc. under the FLUX.1 [dev] Non-Commercial License. Copyright Black Forest Labs Inc. IN NO EVENT SHALL BLACK FOREST LABS INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.*
|
|
|
|
| 20 |
**EXAMPLES**
|
| 21 |
|
| 22 |
"A mysterious shadow figure lingers in an abandoned train station at midnight, lit only by a single flickering neon sign, with the text "FLUX KREA BLAZE" with fog rolling through and puddles reflecting the sign’s pink and blue glow."
|
| 23 |
+
FLUX-Krea-Blaze|Flux.1-krea.dev
|
| 24 |
+
:-------------------------|-------------------------:
|
| 25 |
+
|
|
|
|
|
| 26 |
|
| 27 |

|
| 28 |
|
| 29 |
+
**Full 4k Render in 200 seconds!**
|
| 30 |
+
|
| 31 |
+
"A majestic Swiss alpine valley at golden sunrise, snow-capped peaks glowing softly above rolling green meadows filled with wildflowers. A clear blue lake reflects the mountains and sky, low mist hovering over its surface. In the foreground, a pair of Bengal tigers rest calmly in the wildflowers — their orange and black stripes contrasting with the vivid greens and soft yellows of the landscape. One tiger is lying down peacefully near a patch of blue gentians, the other standing alert, gazing toward the mountains. Behind them, a wooden Swiss chalet with flower-filled balconies sits on the hillside, framed by tall pine trees. Shot with a 35mm lens, soft natural light, sharp details, dreamlike realism, calm yet powerful mood — a harmonious blend of wildlife and serene alpine beauty."
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
Rank 128 | Rank 32
|
| 36 |
+
:-------------------------:|:-------------------------:
|
| 37 |
+
 | 
|
| 38 |
+
|
| 39 |
+
|
| 40 |
---
|
| 41 |
+
flux.1.dev-non-commercial-license - https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 42 |
|
| 43 |
*The FLUX.1 [dev] Model is licensed by Black Forest Labs Inc. under the FLUX.1 [dev] Non-Commercial License. Copyright Black Forest Labs Inc. IN NO EVENT SHALL BLACK FOREST LABS INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH USE OF THIS MODEL.*
|