ysmao commited on
Commit
3b519f2
·
verified ·
1 Parent(s): a915235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,10 +90,10 @@ 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. Currently using beta v0.3 checkpoint, the consistency between views has been improved. I am working on add camera control to the prompt to manage the similarity between the two views."
97
  )
98
 
99
  with gr.Tab("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."
97
  )
98
 
99
  with gr.Tab("Demo"):