Spaces:
Running on Zero
Running on Zero
Upload folder using huggingface_hub
Browse files- .gitattributes +8 -0
- demo_files/hdri/abandoned_tiled_room_1k.hdr +0 -0
- demo_files/hdri/metro_noord_1k.hdr +0 -0
- demo_files/hdri/neon_photostudio_1k.hdr +0 -0
- demo_files/hdri/peppermint_powerplant_1k.hdr +0 -0
- demo_files/hdri/rainforest_trail_1k.hdr +0 -0
- demo_files/hdri/studio_small_08_1k.hdr +0 -0
- demo_files/hdri/urban_alley_01_1k.hdr +0 -0
- demo_files/scatterplot.jpg +0 -0
- gradio_app.py +2 -2
.gitattributes
CHANGED
|
@@ -36,3 +36,11 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
*.whl filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 37 |
*.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
*.whl filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
demo_files/hdri/abandoned_tiled_room_1k.hdr filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
demo_files/hdri/metro_noord_1k.hdr filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
demo_files/hdri/neon_photostudio_1k.hdr filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
demo_files/hdri/peppermint_powerplant_1k.hdr filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
demo_files/hdri/rainforest_trail_1k.hdr filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
demo_files/hdri/studio_small_08_1k.hdr filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
demo_files/hdri/urban_alley_01_1k.hdr filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
demo_files/scatterplot.jpg filter=lfs diff=lfs merge=lfs -text
|
demo_files/hdri/abandoned_tiled_room_1k.hdr
CHANGED
|
Binary files a/demo_files/hdri/abandoned_tiled_room_1k.hdr and b/demo_files/hdri/abandoned_tiled_room_1k.hdr differ
|
|
|
demo_files/hdri/metro_noord_1k.hdr
CHANGED
|
Binary files a/demo_files/hdri/metro_noord_1k.hdr and b/demo_files/hdri/metro_noord_1k.hdr differ
|
|
|
demo_files/hdri/neon_photostudio_1k.hdr
CHANGED
|
Binary files a/demo_files/hdri/neon_photostudio_1k.hdr and b/demo_files/hdri/neon_photostudio_1k.hdr differ
|
|
|
demo_files/hdri/peppermint_powerplant_1k.hdr
CHANGED
|
Binary files a/demo_files/hdri/peppermint_powerplant_1k.hdr and b/demo_files/hdri/peppermint_powerplant_1k.hdr differ
|
|
|
demo_files/hdri/rainforest_trail_1k.hdr
CHANGED
|
Binary files a/demo_files/hdri/rainforest_trail_1k.hdr and b/demo_files/hdri/rainforest_trail_1k.hdr differ
|
|
|
demo_files/hdri/studio_small_08_1k.hdr
CHANGED
|
Binary files a/demo_files/hdri/studio_small_08_1k.hdr and b/demo_files/hdri/studio_small_08_1k.hdr differ
|
|
|
demo_files/hdri/urban_alley_01_1k.hdr
CHANGED
|
Binary files a/demo_files/hdri/urban_alley_01_1k.hdr and b/demo_files/hdri/urban_alley_01_1k.hdr differ
|
|
|
demo_files/scatterplot.jpg
CHANGED
|
|
Git LFS Details
|
gradio_app.py
CHANGED
|
@@ -352,8 +352,8 @@ with gr.Blocks(theme=UPSAMPLER_THEME, css=UPSAMPLER_CSS) as demo:
|
|
| 352 |
|
| 353 |
gr.HTML("""
|
| 354 |
<div style="max-width:640px;margin:2rem auto .4rem;text-align:center;font-family:system-ui,-apple-system,'Segoe UI',sans-serif">
|
| 355 |
-
<p style="font-size:.85rem;line-height:1.6;opacity:.5;margin:0 0
|
| 356 |
-
<a href="https://upsampler.com" target="_blank" rel="noopener" style="
|
| 357 |
</div>
|
| 358 |
""")
|
| 359 |
|
|
|
|
| 352 |
|
| 353 |
gr.HTML("""
|
| 354 |
<div style="max-width:640px;margin:2rem auto .4rem;text-align:center;font-family:system-ui,-apple-system,'Segoe UI',sans-serif">
|
| 355 |
+
<p style="font-size:.85rem;line-height:1.6;opacity:.5;margin:0 0 10px">Stable Fast 3D converts a single image into a textured 3D model in seconds. It reconstructs the mesh, UV-unwraps it, and bakes albedo and material properties, then exports a game-ready GLB you can drop into Blender, Unity, Unreal, or a web viewer. A fast way to turn product shots, concept art, or AI-generated images into 3D assets.</p>
|
| 356 |
+
<p style="font-size:.85rem;line-height:1.6;opacity:.65;margin:0">Maintained by <a href="https://upsampler.com" target="_blank" rel="noopener" style="color:#8b7cf6;font-weight:600;text-decoration:none">Upsampler</a>. Check out the <a href="https://upsampler.com/free-image-to-3d-no-signup" target="_blank" rel="noopener" style="color:#8b7cf6;font-weight:600;text-decoration:none">free image to 3D converter</a>, no sign-up required.</p>
|
| 357 |
</div>
|
| 358 |
""")
|
| 359 |
|