MakiPan commited on
Commit
304c89a
Β·
1 Parent(s): f840f8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -272,11 +272,11 @@ We anecdotally determined that when trained at lower steps the encoded hand mode
272
  gr.Markdown("""
273
  <center><h2><b>LINKS πŸ”—</b></h2>
274
  <h3 style="text-align: center;">Models πŸš€</h3>
275
- <h4 style="text-align: center;"><a href="https://huggingface.co/Vincent-luo/controlnet-hands">Standard Model Link</a></h4>
276
  <h4 style="text-align: center;"> <a href="https://huggingface.co/MakiPan/controlnet-encoded-hands-130k/">Model using Hand Encoding</a></h4>
277
  <h3 style="text-align: center;">Datasets πŸ’Ύ</h3>
278
- <h4 style="text-align: center;"> <a href="https://huggingface.co/datasets/MakiPan/hagrid250k-blip2">Dataset Used To Train the Standard Model</a></h4>
279
- <h4 style="text-align: center;"> <a href="https://huggingface.co/datasets/MakiPan/hagrid-hand-enc-250k">Dataset Used To Train the Hand Encoding Model</a></h4>
280
  <h3 style="text-align: center;">Preprocessing Scripts πŸ“‘</h3>
281
  <h4 style="text-align: center;"> <a href="https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/normal-preprocessing.py">Standard Data Preprocessing Script</a></h4>
282
  <h4 style="text-align: center;"> <a href="https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/Hand-encoded-preprocessing.py">Hand Encoding Data Preprocessing Script</a></h4></center>
 
272
  gr.Markdown("""
273
  <center><h2><b>LINKS πŸ”—</b></h2>
274
  <h3 style="text-align: center;">Models πŸš€</h3>
275
+ <h4 style="text-align: center;"><a href="https://huggingface.co/Vincent-luo/controlnet-hands">Standard Model</a></h4>
276
  <h4 style="text-align: center;"> <a href="https://huggingface.co/MakiPan/controlnet-encoded-hands-130k/">Model using Hand Encoding</a></h4>
277
  <h3 style="text-align: center;">Datasets πŸ’Ύ</h3>
278
+ <h4 style="text-align: center;"> <a href="https://huggingface.co/datasets/MakiPan/hagrid250k-blip2">Dataset for Standard Model</a></h4>
279
+ <h4 style="text-align: center;"> <a href="https://huggingface.co/datasets/MakiPan/hagrid-hand-enc-250k">Dataset for Hand Encoding Model</a></h4>
280
  <h3 style="text-align: center;">Preprocessing Scripts πŸ“‘</h3>
281
  <h4 style="text-align: center;"> <a href="https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/normal-preprocessing.py">Standard Data Preprocessing Script</a></h4>
282
  <h4 style="text-align: center;"> <a href="https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/Hand-encoded-preprocessing.py">Hand Encoding Data Preprocessing Script</a></h4></center>