xrg
commited on
Commit
•
242ad7a
1
Parent(s):
16da407
update
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ GRADIO_OBJ_SHADING_PATH = 'gradio_output_shading.obj'
|
|
34 |
|
35 |
#opt = tyro.cli(AllConfigs)
|
36 |
|
37 |
-
ckpt_path = hf_hub_download(repo_id="rgxie/LDM", filename="
|
38 |
|
39 |
opt = Options(
|
40 |
input_size=512,
|
@@ -286,7 +286,8 @@ _DESCRIPTION = '''
|
|
286 |
|
287 |
|
288 |
* Input can be text prompt, image.
|
289 |
-
*
|
|
|
290 |
'''
|
291 |
|
292 |
block = gr.Blocks(title=_TITLE).queue()
|
|
|
34 |
|
35 |
#opt = tyro.cli(AllConfigs)
|
36 |
|
37 |
+
ckpt_path = hf_hub_download(repo_id="rgxie/LDM", filename="LDM4v01.ckpt")
|
38 |
|
39 |
opt = Options(
|
40 |
input_size=512,
|
|
|
286 |
|
287 |
|
288 |
* Input can be text prompt, image.
|
289 |
+
* The currently supported multi-view diffusion models include the image-conditioned MVdream and Zero123plus, as well as the text-conditioned Imagedream.
|
290 |
+
* If you find the output unsatisfying, try using different multi-view diffusion models or seeds!
|
291 |
'''
|
292 |
|
293 |
block = gr.Blocks(title=_TITLE).queue()
|