Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- pytorch
|
5 |
+
- diffusers
|
6 |
+
- dreambooth
|
7 |
+
---
|
8 |
+
|
9 |
+
# Model Card for Dreambooth model trained on my selfies
|
10 |
+
|
11 |
+
## Usage
|
12 |
+
|
13 |
+
from diffusers import StableDiffusionPipeline
|
14 |
+
pipeline = StableDiffusionPipeline.from_pretrained(Kugos/kgSelfie)
|
15 |
+
image = pipeline('a photo of sks dog').images[0]
|
16 |
+
image
|
17 |
+
|
18 |
+
These are the images on which the dreambooth model is trained on
|
19 |
+
|
20 |
+

|
21 |
+
|