Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def run_detailgen3d(
|
|
86 |
guidance_scale,
|
87 |
):
|
88 |
surface = load_mesh(mesh)
|
89 |
-
image =
|
90 |
|
91 |
batch_size = 1
|
92 |
|
@@ -129,7 +129,7 @@ def run_refinement(
|
|
129 |
# if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
|
130 |
# rgb_image = rgb_image["image"]
|
131 |
|
132 |
-
print("rgb_image",rgb_image)
|
133 |
|
134 |
scene = run_detailgen3d(
|
135 |
pipeline,
|
|
|
86 |
guidance_scale,
|
87 |
):
|
88 |
surface = load_mesh(mesh)
|
89 |
+
# image = Image.open(image).convert("RGB")
|
90 |
|
91 |
batch_size = 1
|
92 |
|
|
|
129 |
# if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
|
130 |
# rgb_image = rgb_image["image"]
|
131 |
|
132 |
+
# print("rgb_image",rgb_image)
|
133 |
|
134 |
scene = run_detailgen3d(
|
135 |
pipeline,
|