Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ with gr.Blocks() as demo:
|
|
90 |
"### [In-Context LoRA](https://huggingface.co/ali-vilab/In-Context-LoRA) + Image-to-Image + Inpainting. Diffusers implementation based on the [workflow by WizardWhitebeard/klinter](https://civitai.com/articles/8779)"
|
91 |
)
|
92 |
gr.Markdown(
|
93 |
-
"### Using [MultiView In-Context LoRA](https://huggingface.co/ysmao/multiview-incontext)"
|
94 |
)
|
95 |
gr.Markdown(
|
96 |
"> **_NOTE:_** This is a beta release of the model. The consistency between views may not be perfect. I am working on improving the consistency and spatial relationships between generated views."
|
|
|
90 |
"### [In-Context LoRA](https://huggingface.co/ali-vilab/In-Context-LoRA) + Image-to-Image + Inpainting. Diffusers implementation based on the [workflow by WizardWhitebeard/klinter](https://civitai.com/articles/8779)"
|
91 |
)
|
92 |
gr.Markdown(
|
93 |
+
"### Using [MultiView In-Context LoRA](https://huggingface.co/ysmao/multiview-incontext). Currently using beta v0.3 checkpoint, the consistency between views has been improved a lot compared to the previous version."
|
94 |
)
|
95 |
gr.Markdown(
|
96 |
"> **_NOTE:_** This is a beta release of the model. The consistency between views may not be perfect. I am working on improving the consistency and spatial relationships between generated views."
|