gokaygokay commited on
Commit
77be074
·
verified ·
1 Parent(s): d68a8fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -182,6 +182,8 @@ with gr.Blocks() as demo:
182
  ## Game Asset Generation to 3D with FLUX and TRELLIS
183
  * Enter a prompt to generate a game asset image, then convert it to 3D
184
  * If you find the generated 3D asset satisfactory, click "Extract GLB" to extract the GLB file and download it.
 
 
185
  """)
186
 
187
  with gr.Row():
 
182
  ## Game Asset Generation to 3D with FLUX and TRELLIS
183
  * Enter a prompt to generate a game asset image, then convert it to 3D
184
  * If you find the generated 3D asset satisfactory, click "Extract GLB" to extract the GLB file and download it.
185
+ * [TRELLIS Model](https://huggingface.co/JeffreyXiang/TRELLIS-image-large) [Trellis Github](https://github.com/microsoft/TRELLIS) [Flux-Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)
186
+ * [Flux Game Assets LoRA](https://huggingface.co/gokaygokay/Flux-Game-Assets-LoRA-v2) [Hyper FLUX 8Steps LoRA](https://huggingface.co/spaces/ByteDance/Hyper-FLUX-8Steps-LoRA) [safetensors to GGUF for Flux](https://github.com/ruSauron/to-gguf-bat) [Thanks to John6666](https://huggingface.co/John6666)
187
  """)
188
 
189
  with gr.Row():