luca115 commited on
Commit
55307bd
·
verified ·
1 Parent(s): 9aba3dd

Upload folder using huggingface_hub

Browse files
.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

  • SHA256: 2b2ee6e0930e1e39b802795ad85a6e5f3786e9cfdcd948ccf4e885cbb5737207
  • Pointer size: 131 Bytes
  • Size of remote file: 886 kB
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 8px">Stable Fast 3D turns a single photo into a textured, game-ready GLB 3D model in seconds.</p>
356
- <a href="https://upsampler.com" target="_blank" rel="noopener" style="font-size:.85rem;color:#8b7cf6;font-weight:600;text-decoration:none">Built by Upsampler &#8599;</a><br><span style="opacity:.7">Model: stabilityai/stable-fast-3d (Stability AI Community License)</span>
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