Tolga
commited on
Commit
•
5c6a2cd
1
Parent(s):
e3c088b
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
---
|
3 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
4 |
instance_prompt: photo of a tktktk
|
@@ -6,10 +5,19 @@ tags:
|
|
6 |
- text-to-image
|
7 |
- diffusers
|
8 |
- autotrain
|
|
|
9 |
inference: true
|
|
|
10 |
---
|
11 |
|
12 |
-
#
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
-
|
|
|
15 |
|
|
|
|
|
1 |
---
|
2 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
3 |
instance_prompt: photo of a tktktk
|
|
|
5 |
- text-to-image
|
6 |
- diffusers
|
7 |
- autotrain
|
8 |
+
- sdxl
|
9 |
inference: true
|
10 |
+
pipeline_tag: text-to-image
|
11 |
---
|
12 |
|
13 |
+
# SDXL-Finetuned Model by HuggingFace AutoTrain
|
14 |
+
|
15 |
+
This is the text-to-image model based on SDXL model trained with my several selfie pics.
|
16 |
+
## I used [this](https://colab.research.google.com/github/huggingface/autotrain-advanced/blob/main/colabs/AutoTrain_Dreambooth.ipynb) colab notebook for fine-tuning.
|
17 |
+
|
18 |
+
Stable Diffusion XL Base model:
|
19 |
+
https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
|
20 |
|
21 |
+
Sample picture:
|
22 |
+
![photo](1691867768601.jfif)
|
23 |
|