Spaces:
Running
on
Zero
Running
on
Zero
Add Wheels + Gradio 5.20.1
Browse files- .gitattributes +2 -1
- .gitignore +1 -1
- README.md +7 -2
- style_20250128.css +1 -1
- wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl +3 -0
- wheels/diff_gaussian_rasterization-0.0.0-cp312-cp312-win_amd64.whl +3 -0
- wheels/flash_attn-2.7.4.post1-cp312-cp312-win_amd64.whl +3 -0
- wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl +3 -0
- wheels/nvdiffrast-0.3.3-py3-none-any.whl +3 -0
.gitattributes
CHANGED
|
@@ -78,4 +78,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 78 |
*.kra filter=lfs diff=lfs merge=lfs -text
|
| 79 |
*.kra~ filter=lfs diff=lfs merge=lfs -text
|
| 80 |
*.png~ filter=lfs diff=lfs merge=lfs -text
|
| 81 |
-
*.gif filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 78 |
*.kra filter=lfs diff=lfs merge=lfs -text
|
| 79 |
*.kra~ filter=lfs diff=lfs merge=lfs -text
|
| 80 |
*.png~ filter=lfs diff=lfs merge=lfs -text
|
| 81 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 82 |
+
*.whl filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -18,7 +18,7 @@ lib64/
|
|
| 18 |
parts/
|
| 19 |
sdist/
|
| 20 |
var/
|
| 21 |
-
wheels/
|
| 22 |
share/python-wheels/
|
| 23 |
*.egg-info/
|
| 24 |
.installed.cfg
|
|
|
|
| 18 |
parts/
|
| 19 |
sdist/
|
| 20 |
var/
|
| 21 |
+
# wheels/
|
| 22 |
share/python-wheels/
|
| 23 |
*.egg-info/
|
| 24 |
.installed.cfg
|
README.md
CHANGED
|
@@ -5,7 +5,7 @@ colorFrom: yellow
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
python_version: 3.10.13
|
| 8 |
-
sdk_version: 5.20.
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
short_description: Transform Your Images into Mesmerizing Hexagon Grids
|
|
@@ -19,6 +19,11 @@ tags:
|
|
| 19 |
- flux
|
| 20 |
- depth
|
| 21 |
- 3d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
hf_oauth: true
|
| 23 |
fullWidth: true
|
| 24 |
thumbnail: >-
|
|
@@ -56,7 +61,7 @@ Welcome to HexaGrid Creator, the ultimate tool for transforming your images into
|
|
| 56 |
- **Generative AI Integration:** Utilize models like `black-forest-labs/FLUX.1-dev` and various LoRA weights for generating unique images.
|
| 57 |
- **Pre-rendered Maps:** Access a library of pre-rendered hexagon maps for quick and easy customization.
|
| 58 |
- **Image Filter [Look-Up Table (LUT)] Application:** Apply filters (LUTs) to your images for color grading and enhancement.
|
| 59 |
-
- **Depth and 3D Model Generation:** Create depth maps and 3D models from your images for enhanced visualization.
|
| 60 |
- **Add Margins:** Customize margins around your images for a polished finish.
|
| 61 |
|
| 62 |
Join the hive and start creating with HexaGrid Creator today!
|
|
|
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
python_version: 3.10.13
|
| 8 |
+
sdk_version: 5.20.1
|
| 9 |
app_file: app.py
|
| 10 |
pinned: true
|
| 11 |
short_description: Transform Your Images into Mesmerizing Hexagon Grids
|
|
|
|
| 19 |
- flux
|
| 20 |
- depth
|
| 21 |
- 3d
|
| 22 |
+
- lora
|
| 23 |
+
- Trellis 3D
|
| 24 |
+
- LUT
|
| 25 |
+
- image-filter
|
| 26 |
+
- color-exclusion
|
| 27 |
hf_oauth: true
|
| 28 |
fullWidth: true
|
| 29 |
thumbnail: >-
|
|
|
|
| 61 |
- **Generative AI Integration:** Utilize models like `black-forest-labs/FLUX.1-dev` and various LoRA weights for generating unique images.
|
| 62 |
- **Pre-rendered Maps:** Access a library of pre-rendered hexagon maps for quick and easy customization.
|
| 63 |
- **Image Filter [Look-Up Table (LUT)] Application:** Apply filters (LUTs) to your images for color grading and enhancement.
|
| 64 |
+
- **TRELLIS Depth and 3D Model Generation:** Create depth maps and 3D models from your images for enhanced visualization.
|
| 65 |
- **Add Margins:** Customize margins around your images for a polished finish.
|
| 66 |
|
| 67 |
Join the hive and start creating with HexaGrid Creator today!
|
style_20250128.css
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
background-color: rgba(242, 218, 163, 0.62);
|
| 21 |
}
|
| 22 |
|
| 23 |
-
.dark .gradio-container.gradio-container-5-20-
|
| 24 |
background-color: rgba(41, 18, 5, 0.38) !important;
|
| 25 |
}
|
| 26 |
|
|
|
|
| 20 |
background-color: rgba(242, 218, 163, 0.62);
|
| 21 |
}
|
| 22 |
|
| 23 |
+
.dark .gradio-container.gradio-container-5-20-1 .contain .intro .prose {
|
| 24 |
background-color: rgba(41, 18, 5, 0.38) !important;
|
| 25 |
}
|
| 26 |
|
wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bd33150078ce0aab90b5628df0c0b6d5792671422cefe5ee2ceb36ff003239d0
|
| 3 |
+
size 716362
|
wheels/diff_gaussian_rasterization-0.0.0-cp312-cp312-win_amd64.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:576a8e17dc4b538c2edb3731cb7f86ec773a50a66730bfb3cf4d6ab19eb6836f
|
| 3 |
+
size 503281
|
wheels/flash_attn-2.7.4.post1-cp312-cp312-win_amd64.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3f13850ab0edf39ccbca0305f0baf935842507602e0c229029bbf43bb3381c12
|
| 3 |
+
size 182321460
|
wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:026b3031cc647d279b5beb0a3ec2bfe992666d85f66431662d8f26be2b6894f9
|
| 3 |
+
size 1047624
|
wheels/nvdiffrast-0.3.3-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33a1993b5288078f337b9b55eb775b808d4b6eb55d4463a4b143bfce9199a7f7
|
| 3 |
+
size 143555
|