friedrichor
commited on
Commit
·
faa0ffc
1
Parent(s):
2372c29
Update README.md
Browse files
README.md
CHANGED
@@ -15,6 +15,12 @@ fine-tuned with text-image dataset `friedrichor/PhotoChat_120_square_HQ`
|
|
15 |
Images were manually screened from the [PhotoChat](https://aclanthology.org/2021.acl-long.479/) dataset, cropped to square, and `Gigapixel` was used to improve the quality.
|
16 |
Image captions are generated by [BLIP-2](https://arxiv.org/abs/2301.12597).
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
# Simple use example
|
19 |
|
20 |
```python
|
|
|
15 |
Images were manually screened from the [PhotoChat](https://aclanthology.org/2021.acl-long.479/) dataset, cropped to square, and `Gigapixel` was used to improve the quality.
|
16 |
Image captions are generated by [BLIP-2](https://arxiv.org/abs/2301.12597).
|
17 |
|
18 |
+
## How to fine-tuning
|
19 |
+
|
20 |
+
[friedrichor/Text-to-Image-Summary/fine-tune/text2image](https://github.com/friedrichor/Text-to-Image-Summary/tree/main/fine-tune/text2image)
|
21 |
+
|
22 |
+
or [Hugging Face diffusers](https://github.com/huggingface/diffusers/tree/main/examples/text_to_image)
|
23 |
+
|
24 |
# Simple use example
|
25 |
|
26 |
```python
|