Update README.md
Browse files
README.md
CHANGED
@@ -15,15 +15,19 @@ license: mit
|
|
15 |
---
|
16 |
# bagan-text-to-image
|
17 |
### Text-To-Image (Bagan Ai Generated)
|
|
|
18 |
### Results
|
19 |
-
All our results are based on fine-tuning https://huggingface.co/runwayml/stable-diffusion-v1-5 model.
|
20 |
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
23 |
### Ai Generated Bagan Images:
|
24 |
-
![ananda bagan](https://github.com/simbolo-ai/Text-to-Image/assets/106800189/6965b965-73ec-436e-9210-5da550b1fe5b) ![download (2)](https://github.com/simbolo-ai/Text-to-Image/assets/106800189/b1b9af8e-5346-4b52-aa64-2f5839efa9c4)
|
25 |
|
26 |
-
|
|
|
|
|
27 |
|
28 |
### Problem Statement:
|
29 |
When we prompted the stable diffusion model to generate an image of Bagan, it produced an image depicting a pagoda from Thailand. Hence, our decision was to fine-tune the current stable diffusion model using a multitude of Bagan photos in order to attain a clearer outcome.
|
@@ -58,9 +62,6 @@ with autocast("cuda"), torch.inference_mode():
|
|
58 |
for img in images:
|
59 |
display(img)
|
60 |
|
61 |
-
### Data:
|
62 |
-
We used the stable diffusion v1.5 model to train with 223 bagan pictures.
|
63 |
-
|
64 |
### Contributors:
|
65 |
Main Contributor: [Ye Bhone Lin](https://github.com/Ye-Bhone-Lin)
|
66 |
|
|
|
15 |
---
|
16 |
# bagan-text-to-image
|
17 |
### Text-To-Image (Bagan Ai Generated)
|
18 |
+
|
19 |
### Results
|
|
|
20 |
|
21 |
+
We display the results using a range of training samples and images from different image categories, such as pagodas and Buddha statues.
|
22 |
+
|
23 |
+
|
24 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6598b82502c4796342239a35/TpLTtrQBFLFQmbIvzdF5V.png)
|
25 |
+
|
26 |
### Ai Generated Bagan Images:
|
|
|
27 |
|
28 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6598b82502c4796342239a35/MwR8pZ8xd6IXrNrvNL5ru.png)
|
29 |
+
|
30 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6598b82502c4796342239a35/w-7_MOhc0dMt6uEcdPoay.png)
|
31 |
|
32 |
### Problem Statement:
|
33 |
When we prompted the stable diffusion model to generate an image of Bagan, it produced an image depicting a pagoda from Thailand. Hence, our decision was to fine-tune the current stable diffusion model using a multitude of Bagan photos in order to attain a clearer outcome.
|
|
|
62 |
for img in images:
|
63 |
display(img)
|
64 |
|
|
|
|
|
|
|
65 |
### Contributors:
|
66 |
Main Contributor: [Ye Bhone Lin](https://github.com/Ye-Bhone-Lin)
|
67 |
|