Spaces:
Runtime error
Runtime error
fix: example on H200
Browse files- app.py +1 -1
- assets/examples/UNO/1/result.png +2 -2
- assets/examples/UNO/2/config.json +1 -1
- assets/examples/UNO/2/result.png +2 -2
- assets/examples/UNO/2/result_uno.png +2 -2
- assets/examples/UNO/3/config.json +1 -1
- assets/examples/UNO/3/result.png +2 -2
- assets/examples/UNO/3/result_uno.png +2 -2
- assets/examples/UNO/4/config.json +1 -1
- assets/examples/UNO/4/result.png +2 -2
- assets/examples/UNO/4/result_uno.png +2 -2
app.py
CHANGED
|
@@ -216,4 +216,4 @@ if __name__ == "__main__":
|
|
| 216 |
args = args_tuple[0]
|
| 217 |
|
| 218 |
demo = create_demo(args.name, args.device, args.offload, args.lora_path)
|
| 219 |
-
demo.launch(server_port=args.port, server_name=args.server_name)
|
|
|
|
| 216 |
args = args_tuple[0]
|
| 217 |
|
| 218 |
demo = create_demo(args.name, args.device, args.offload, args.lora_path)
|
| 219 |
+
demo.launch(server_port=args.port, server_name=args.server_name, ssr_mode=False)
|
assets/examples/UNO/1/result.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/examples/UNO/2/config.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
"image_ref1": "./ref.jpg",
|
| 4 |
"width": 768,
|
| 5 |
"height": 768,
|
| 6 |
-
"seed":
|
| 7 |
"image_result": "./result.png",
|
| 8 |
"image_result_uno": "./result_uno.png"
|
| 9 |
}
|
|
|
|
| 3 |
"image_ref1": "./ref.jpg",
|
| 4 |
"width": 768,
|
| 5 |
"height": 768,
|
| 6 |
+
"seed": 83993739,
|
| 7 |
"image_result": "./result.png",
|
| 8 |
"image_result_uno": "./result_uno.png"
|
| 9 |
}
|
assets/examples/UNO/2/result.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/examples/UNO/2/result_uno.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/examples/UNO/3/config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"image_ref2": "./ref_2.webp",
|
| 5 |
"width": 1024,
|
| 6 |
"height": 768,
|
| 7 |
-
"seed":
|
| 8 |
"image_result": "./result.png",
|
| 9 |
"image_result_uno": "./result_uno.png"
|
| 10 |
}
|
|
|
|
| 4 |
"image_ref2": "./ref_2.webp",
|
| 5 |
"width": 1024,
|
| 6 |
"height": 768,
|
| 7 |
+
"seed": 69672009,
|
| 8 |
"image_result": "./result.png",
|
| 9 |
"image_result_uno": "./result_uno.png"
|
| 10 |
}
|
assets/examples/UNO/3/result.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/examples/UNO/3/result_uno.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/examples/UNO/4/config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"image_ref2": "./ref_2.png",
|
| 5 |
"width": 768,
|
| 6 |
"height": 768,
|
| 7 |
-
"seed":
|
| 8 |
"image_result": "./result.png",
|
| 9 |
"image_result_uno": "./result_uno.png"
|
| 10 |
}
|
|
|
|
| 4 |
"image_ref2": "./ref_2.png",
|
| 5 |
"width": 768,
|
| 6 |
"height": 768,
|
| 7 |
+
"seed": 25764625,
|
| 8 |
"image_result": "./result.png",
|
| 9 |
"image_result_uno": "./result_uno.png"
|
| 10 |
}
|
assets/examples/UNO/4/result.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
assets/examples/UNO/4/result_uno.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|