Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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
|
279 |
-
<h4 style="text-align: center;"> <a href="https://huggingface.co/datasets/MakiPan/hagrid-hand-enc-250k">Dataset
|
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>
|