Commit ·
f8b80ef
1
Parent(s): 1bb2387
Fix wording
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ size_categories:
|
|
| 9 |
- 1M<n<10M
|
| 10 |
---
|
| 11 |
|
|
|
|
|
|
|
| 12 |
Combined text-only dataset from
|
| 13 |
- poloclub/diffusiondb
|
| 14 |
- Gustavosta/Stable-Diffusion-Prompts
|
|
@@ -17,9 +19,10 @@ Combined text-only dataset from
|
|
| 17 |
|
| 18 |
For preprocessing methods, please see [Fast GPT2 PromptGen](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion-v2).
|
| 19 |
|
| 20 |
-
---
|
| 21 |
|
| 22 |
-
|
|
|
|
|
|
|
| 23 |
```bash
|
| 24 |
pip install datasets
|
| 25 |
```
|
|
|
|
| 9 |
- 1M<n<10M
|
| 10 |
---
|
| 11 |
|
| 12 |
+
## Source
|
| 13 |
+
|
| 14 |
Combined text-only dataset from
|
| 15 |
- poloclub/diffusiondb
|
| 16 |
- Gustavosta/Stable-Diffusion-Prompts
|
|
|
|
| 19 |
|
| 20 |
For preprocessing methods, please see [Fast GPT2 PromptGen](https://huggingface.co/FredZhang7/distilgpt2-stable-diffusion-v2).
|
| 21 |
|
|
|
|
| 22 |
|
| 23 |
+
## Python
|
| 24 |
+
|
| 25 |
+
Download and save the dataset to `all_prompts.txt` locally.
|
| 26 |
```bash
|
| 27 |
pip install datasets
|
| 28 |
```
|