Spaces:
Runtime error
Runtime error
Commit
·
396ac17
1
Parent(s):
22c87d0
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,6 +139,20 @@ def infer(prompt, negative_prompt, image):
|
|
| 139 |
with gr.Blocks(theme='gradio/soft') as demo:
|
| 140 |
gr.Markdown("## Stable Diffusion with Hand Control")
|
| 141 |
gr.Markdown("This model is a ControlNet model using MediaPipe hand landmarks for control.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
|
| 143 |
with gr.Row():
|
| 144 |
with gr.Column():
|
|
|
|
| 139 |
with gr.Blocks(theme='gradio/soft') as demo:
|
| 140 |
gr.Markdown("## Stable Diffusion with Hand Control")
|
| 141 |
gr.Markdown("This model is a ControlNet model using MediaPipe hand landmarks for control.")
|
| 142 |
+
|
| 143 |
+
gr.Markdown("""
|
| 144 |
+
Model1 can be found at [https://huggingface.co/Vincent-luo/controlnet-hands](https://huggingface.co/Vincent-luo/controlnet-hands)
|
| 145 |
+
|
| 146 |
+
Model2 can be found at [https://huggingface.co/MakiPan/controlnet-encoded-hands-130k/ ](https://huggingface.co/MakiPan/controlnet-encoded-hands-130k/)
|
| 147 |
+
|
| 148 |
+
Dataset1 can be found at [https://huggingface.co/datasets/MakiPan/hagrid250k-blip2](https://huggingface.co/datasets/MakiPan/hagrid250k-blip2)
|
| 149 |
+
|
| 150 |
+
Dataset2 can be found at [https://huggingface.co/datasets/MakiPan/hagrid-hand-enc-250k](https://huggingface.co/datasets/MakiPan/hagrid-hand-enc-250k)
|
| 151 |
+
|
| 152 |
+
Preprocessing1 can be found at [https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/normal-preprocessing.py](https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/normal-preprocessing.py)
|
| 153 |
+
|
| 154 |
+
Preprocessing2 can be found at [https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/Hand-encoded-preprocessing.py](https://github.com/Maki-DS/Jax-Controlnet-hand-training/blob/main/Hand-encoded-preprocessing.py)
|
| 155 |
+
""")
|
| 156 |
|
| 157 |
with gr.Row():
|
| 158 |
with gr.Column():
|