Update README.md
Browse files
README.md
CHANGED
@@ -4,15 +4,18 @@ base_model:
|
|
4 |
- black-forest-labs/FLUX.1-schnell
|
5 |
pipeline_tag: text-to-image
|
6 |
---
|
7 |
-
# Flux.1 Q_4_k
|
8 |
|
9 |
-
|
|
|
|
|
|
|
|
|
10 |
|
11 |
## Features
|
12 |
|
13 |
-
- Optimized for lower-end hardware
|
14 |
-
- High-quality image generation
|
15 |
-
- Efficient performance
|
16 |
- Wide-ranging capabilities beyond dark street scenes
|
17 |
|
18 |
## Usage
|
@@ -24,21 +27,30 @@ This repository contains a quantized GGUF model optimized for [stable-diffusion.
|
|
24 |
# Follow setup instructions in the stable-diffusion.cpp README
|
25 |
```
|
26 |
2. Download the GGUF model file from this repository.
|
27 |
-
3. Run the model using stable-diffusion.cpp, pointing to the downloaded file
|
|
|
|
|
|
|
28 |
|
29 |
## Performance Benefits
|
30 |
|
31 |
-
- Reduced memory usage
|
32 |
-
- Faster inference times
|
33 |
- Runs on less powerful hardware without significant quality loss
|
|
|
|
|
|
|
34 |
|
35 |
-
|
36 |
|
37 |
-
|
38 |
|
39 |
-
|
|
|
|
|
|
|
40 |
|
41 |
-
|
42 |
-
|
43 |
|
44 |
-
|
|
|
4 |
- black-forest-labs/FLUX.1-schnell
|
5 |
pipeline_tag: text-to-image
|
6 |
---
|
|
|
7 |
|
8 |
+
<img src="https://takara.ai/images/logo-24/TakaraAi.svg" width="200" alt="Takara.ai Logo" />
|
9 |
+
|
10 |
+
From the Frontier Research Team at **Takara.ai** we present **Flux.1 Q_4_k**, a quantized GGUF model optimized for [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp), enabling efficient image generation on lower-end hardware. This model was used to create the [Kurai Toori Dark Streets dataset](https://huggingface.co/datasets/takara-ai/kurai_toori_dark_streets).
|
11 |
+
|
12 |
+
---
|
13 |
|
14 |
## Features
|
15 |
|
16 |
+
- Optimized for lower-end hardware through 4-bit quantization
|
17 |
+
- High-quality image generation despite compression
|
18 |
+
- Efficient performance with minimal quality degradation
|
19 |
- Wide-ranging capabilities beyond dark street scenes
|
20 |
|
21 |
## Usage
|
|
|
27 |
# Follow setup instructions in the stable-diffusion.cpp README
|
28 |
```
|
29 |
2. Download the GGUF model file from this repository.
|
30 |
+
3. Run the model using stable-diffusion.cpp, pointing to the downloaded file:
|
31 |
+
```
|
32 |
+
./sd -m path/to/flux.1-q_4_k.gguf -p "your prompt here"
|
33 |
+
```
|
34 |
|
35 |
## Performance Benefits
|
36 |
|
37 |
+
- Reduced memory usage compared to full-precision models
|
38 |
+
- Faster inference times on consumer hardware
|
39 |
- Runs on less powerful hardware without significant quality loss
|
40 |
+
- Ideal for experimentation and rapid prototyping
|
41 |
+
|
42 |
+
## Technical Details
|
43 |
|
44 |
+
This model is a 4-bit quantized version of the FLUX.1-schnell base model from Black Forest Labs. The quantization process preserves the creative capabilities of the original model while dramatically reducing its memory footprint and computational requirements.
|
45 |
|
46 |
+
## Example Use Cases
|
47 |
|
48 |
+
- Generating urban nightscapes and cityscapes
|
49 |
+
- Creating artistic interpretations for creative projects
|
50 |
+
- Rapid prototyping of visual concepts
|
51 |
+
- Accessible AI image generation on consumer hardware
|
52 |
|
53 |
+
---
|
54 |
+
For research inquiries and press, please reach out to research@takara.ai
|
55 |
|
56 |
+
> 人類を変革する
|