uripper
commited on
Commit
·
64fdadf
1
Parent(s):
8d2a10d
added sample images
Browse files- .gitignore +5 -0
- GIANNIS +1 -0
- pipeline.json +12 -0
- stored_images/bear_100_kitten_31_math.png +0 -0
- stored_images/pi_66_scorpion_21_snail.png +0 -0
- stored_images/puppy_85_snake_36_dolphin.png +0 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model.onnx
|
2 |
+
model.pth
|
3 |
+
scratch.ipynb
|
4 |
+
sparsify.ipynb
|
5 |
+
Untitled-1.py
|
GIANNIS
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ac14f85ffa5e31a729781061172ecc4042644bc2
|
pipeline.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "DDPMPipeline",
|
3 |
+
"_diffusers_version": "0.6.0",
|
4 |
+
"scheduler": [
|
5 |
+
"diffusers",
|
6 |
+
"DDPMScheduler"
|
7 |
+
],
|
8 |
+
"unet": [
|
9 |
+
"diffusers",
|
10 |
+
"UNet2DModel"
|
11 |
+
]
|
12 |
+
}
|
stored_images/bear_100_kitten_31_math.png
ADDED
![]() |
stored_images/pi_66_scorpion_21_snail.png
ADDED
![]() |
stored_images/puppy_85_snake_36_dolphin.png
ADDED
![]() |