update
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# Stable Diffusion Prompts Generation Model
|
3 |
|
@@ -47,16 +62,16 @@ Feel free to modify the parameters like `prompt`, `temperature`, `top_k`, etc.,
|
|
47 |
If you use this model or the associated dataset in your research or projects, please cite it as follows:
|
48 |
|
49 |
```
|
50 |
-
@
|
51 |
-
|
52 |
-
|
53 |
-
journal = {Journal Name},
|
54 |
year = {2023},
|
55 |
-
|
|
|
56 |
}
|
|
|
57 |
```
|
58 |
|
59 |
## License
|
60 |
|
61 |
-
This project is licensed under the Apache License, Version 2.0. Please see the [LICENSE](link-to-license-file) file for more details.
|
62 |
-
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- Falah/stable_diffusion_prompts_dataset
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
library_name: diffusers
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
tags:
|
12 |
+
- art
|
13 |
+
- stable diffusion
|
14 |
+
- gpt2
|
15 |
+
---
|
16 |
|
17 |
# Stable Diffusion Prompts Generation Model
|
18 |
|
|
|
62 |
If you use this model or the associated dataset in your research or projects, please cite it as follows:
|
63 |
|
64 |
```
|
65 |
+
@sd_prompts{stable_diffussion_prompts_generating_gpt2),
|
66 |
+
author = {Falah.G.Salieh},
|
67 |
+
title = {Stable Diffusion Prompts Generating By fine-tuning GPT2 },
|
|
|
68 |
year = {2023},
|
69 |
+
publisher = {Hugging Face},
|
70 |
+
url = {https://huggingface.co/Falah/stable_diffusion_prompts_gen},
|
71 |
}
|
72 |
+
|
73 |
```
|
74 |
|
75 |
## License
|
76 |
|
77 |
+
This project is licensed under the Apache License, Version 2.0. Please see the [LICENSE](link-to-license-file) file for more details.
|
|