Spaces:
Running
on
Zero
Running
on
Zero
image sizing
Browse files
app.py
CHANGED
|
@@ -95,7 +95,6 @@ FACE_MODEL = reactorloadfacemodel.load_model(
|
|
| 95 |
imageresize = NODE_CLASS_MAPPINGS["ImageResize+"]()
|
| 96 |
reactorfaceswap = NODE_CLASS_MAPPINGS["ReActorFaceSwap"]()
|
| 97 |
imageupscalewithmodel = NODE_CLASS_MAPPINGS["ImageUpscaleWithModel"]()
|
| 98 |
-
local_save = NODE_CLASS_MAPPINGS["Local Save"]()
|
| 99 |
UPSCALE_MODEL = upscalemodelloader.load_model(model_name="ESRGAN/4x_NMKD-Siax_200k.pth")
|
| 100 |
|
| 101 |
|
|
|
|
| 95 |
imageresize = NODE_CLASS_MAPPINGS["ImageResize+"]()
|
| 96 |
reactorfaceswap = NODE_CLASS_MAPPINGS["ReActorFaceSwap"]()
|
| 97 |
imageupscalewithmodel = NODE_CLASS_MAPPINGS["ImageUpscaleWithModel"]()
|
|
|
|
| 98 |
UPSCALE_MODEL = upscalemodelloader.load_model(model_name="ESRGAN/4x_NMKD-Siax_200k.pth")
|
| 99 |
|
| 100 |
|