provetgrizzner
commited on
Commit
•
2b64306
1
Parent(s):
8ca0ee5
Upload 3 files
Browse files- README.md +13 -1
- preprocessor_config.json +20 -0
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: creativeml-openrail-m
|
3 |
+
tags:
|
4 |
+
- NxtWave-GenAI-Webinar
|
5 |
+
- text-to-image
|
6 |
+
- stable-diffusion
|
7 |
---
|
8 |
+
### My-Pet-Dog Dreambooth model trained by NXT-WAVE following the "Build your own Gen AI model" session by NxtWave.
|
9 |
+
|
10 |
+
Project Submission Code: GoX19932gAS
|
11 |
+
|
12 |
+
Sample pictures of this concept:
|
13 |
+
|
14 |
+
![0](https://huggingface.co/NXT-WAVE/my-pet-dog/resolve/main/sample_images/03.jpg)
|
15 |
+
|
preprocessor_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_size": 224,
|
3 |
+
"do_center_crop": true,
|
4 |
+
"do_convert_rgb": true,
|
5 |
+
"do_normalize": true,
|
6 |
+
"do_resize": true,
|
7 |
+
"feature_extractor_type": "CLIPFeatureExtractor",
|
8 |
+
"image_mean": [
|
9 |
+
0.48145466,
|
10 |
+
0.4578275,
|
11 |
+
0.40821073
|
12 |
+
],
|
13 |
+
"image_std": [
|
14 |
+
0.26862954,
|
15 |
+
0.26130258,
|
16 |
+
0.27577711
|
17 |
+
],
|
18 |
+
"resample": 3,
|
19 |
+
"size": 224
|
20 |
+
}
|