Update README.md
#1
by
Jcarmody93
- opened
README.md
CHANGED
@@ -1,15 +1,13 @@
|
|
1 |
-
|
2 |
---
|
3 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
4 |
-
instance_prompt:
|
|
|
|
|
5 |
tags:
|
6 |
- text-to-image
|
7 |
-
- diffusers
|
8 |
-
- autotrain
|
9 |
inference: true
|
10 |
---
|
11 |
|
12 |
# DreamBooth trained by AutoTrain
|
13 |
|
14 |
-
Text encoder was not trained.
|
15 |
-
|
|
|
|
|
1 |
---
|
2 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
3 |
+
instance_prompt: >-
|
4 |
+
A photo of rashmika mehta wearing casual clothes, taking a selfie, and
|
5 |
+
smiling.
|
6 |
tags:
|
7 |
- text-to-image
|
|
|
|
|
8 |
inference: true
|
9 |
---
|
10 |
|
11 |
# DreamBooth trained by AutoTrain
|
12 |
|
13 |
+
Text encoder was not trained.
|
|