takarajordan
commited on
Commit
•
15b8440
1
Parent(s):
fa83fbd
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,58 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
# Kurai Toori Dark Streets - Quantized Model
|
5 |
+
|
6 |
+
This repository contains a quantized model used to synthetically generate the [Kurai Toori Dark Streets dataset](https://huggingface.co/datasets/takara-ai/kurai_toori_dark_streets). The model is optimized for use with [stable-diffusion.cpp](https://github.com/leejet/stable-diffusion.cpp) for efficient running on lower-end hardware.
|
7 |
+
|
8 |
+
## Model Details
|
9 |
+
|
10 |
+
- **Format**: GGUF (GPT-Generated Unified Format)
|
11 |
+
- **Use Case**: Generating high-quality images with lower hardware requirements
|
12 |
+
- **Compatibility**: Designed for use with stable-diffusion.cpp
|
13 |
+
|
14 |
+
## Key Features
|
15 |
+
|
16 |
+
- Optimized for lower-end hardware
|
17 |
+
- Capable of producing high-quality images
|
18 |
+
- Specifically used to generate the Kurai Toori Dark Streets dataset
|
19 |
+
- Efficient performance due to quantization
|
20 |
+
|
21 |
+
## Usage
|
22 |
+
|
23 |
+
To use this model with stable-diffusion.cpp:
|
24 |
+
|
25 |
+
1. Clone the stable-diffusion.cpp repository:
|
26 |
+
```
|
27 |
+
git clone https://github.com/leejet/stable-diffusion.cpp.git
|
28 |
+
cd stable-diffusion.cpp
|
29 |
+
```
|
30 |
+
|
31 |
+
2. Follow the setup instructions in the stable-diffusion.cpp README.
|
32 |
+
|
33 |
+
3. Download the GGUF model file from this repository.
|
34 |
+
|
35 |
+
4. Run the model using the stable-diffusion.cpp interface, pointing to the downloaded GGUF file.
|
36 |
+
|
37 |
+
## Dataset Generation
|
38 |
+
|
39 |
+
This model was used to create the Kurai Toori Dark Streets dataset, which features synthetically generated high-quality images. While the dataset focuses on dark and atmospheric street scenes, the model itself is capable of generating a wide range of high-quality images. The dataset can be found [here](https://huggingface.co/datasets/takara-ai/kurai_toori_dark_streets).
|
40 |
+
|
41 |
+
## Performance
|
42 |
+
|
43 |
+
Due to its quantized nature, this model offers:
|
44 |
+
- Reduced memory usage
|
45 |
+
- Faster inference times
|
46 |
+
- Ability to run on less powerful hardware without significant quality loss
|
47 |
+
|
48 |
+
## License
|
49 |
+
|
50 |
+
This model is released under the Apache 2.0 license. Please see the LICENSE file for more details.
|
51 |
+
|
52 |
+
## Acknowledgements
|
53 |
+
|
54 |
+
- Thanks to the creators of stable-diffusion.cpp for providing an efficient C++ implementation of Stable Diffusion.
|
55 |
+
- Credit to the Hugging Face community for hosting the dataset and fostering open-source AI development.
|
56 |
+
|
57 |
+
For any questions or issues, please open an issue in this repository.
|
58 |
+
|