Spaces:
Running
on
Zero
Running
on
Zero
update README
Browse files
app.py
CHANGED
@@ -116,7 +116,9 @@ with gr.Blocks() as demo:
|
|
116 |
gr.Markdown(
|
117 |
f"""# MV-Adapter [Image-to-Multi-View]
|
118 |
Generate 768x768 multi-view images from a single image using SDXL <br>
|
119 |
-
[
|
|
|
|
|
120 |
"""
|
121 |
)
|
122 |
|
|
|
116 |
gr.Markdown(
|
117 |
f"""# MV-Adapter [Image-to-Multi-View]
|
118 |
Generate 768x768 multi-view images from a single image using SDXL <br>
|
119 |
+
Check our [project page](https://huanngzh.github.io/MV-Adapter-Page/) and [github repo](https://github.com/huanngzh/MV-Adapter) for details <br>
|
120 |
+
Also try our other demos: [Text-to-Multiview (General)](https://huggingface.co/spaces/VAST-AI/MV-Adapter-T2MV-SDXL) | [Text-to-Multiview (Anime)](https://huggingface.co/spaces/huanngzh/MV-Adapter-T2MV-Anime) | [Image-to-Multiview](https://huggingface.co/spaces/VAST-AI/MV-Adapter-I2MV-SDXL) <br>
|
121 |
+
**Tips:** if error occurs, wait for a few seconds and try again
|
122 |
"""
|
123 |
)
|
124 |
|