Spaces:
Paused
Paused
nekoshadow
commited on
Commit
•
90c3910
1
Parent(s):
956a0fb
Fix typo
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ _DESCRIPTION = '''
|
|
26 |
Given a single-view image and select a target azimuth, ControlNet + SyncDreamer is able to generate the target view.
|
27 |
|
28 |
This HF app is modified from [SyncDreamer HF app](https://huggingface.co/spaces/liuyuan-pal/SyncDreamer). The difference is that I added ControlNet on top of SyncDreamer.
|
29 |
-
In addition, the
|
30 |
'''
|
31 |
_USER_GUIDE0 = "Step1: Please upload an image in the block above (or choose an example shown in the left)."
|
32 |
_USER_GUIDE2 = "Step2: Please choose a **Target azimuth** and click **Run Generation**. The **Target azimuth** is the azimuth of the output image relative to the input image in clockwise. This costs about 45s."
|
|
|
26 |
Given a single-view image and select a target azimuth, ControlNet + SyncDreamer is able to generate the target view.
|
27 |
|
28 |
This HF app is modified from [SyncDreamer HF app](https://huggingface.co/spaces/liuyuan-pal/SyncDreamer). The difference is that I added ControlNet on top of SyncDreamer.
|
29 |
+
In addition, the elevations of both input and output images are assumed to be 30 degrees.
|
30 |
'''
|
31 |
_USER_GUIDE0 = "Step1: Please upload an image in the block above (or choose an example shown in the left)."
|
32 |
_USER_GUIDE2 = "Step2: Please choose a **Target azimuth** and click **Run Generation**. The **Target azimuth** is the azimuth of the output image relative to the input image in clockwise. This costs about 45s."
|