-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
There's ComfyUI node SD Ultimate Upscaler which fails on Mac based computers. It fails with an error:
RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.
Fix is described here:
ssitu/ComfyUI_UltimateSDUpscale#143 which references this
It's just adding one line in one function:
x = x.contiguous()
| def forward(self, x): |
In short it modify code in this library, and then everything works as expected.
I'd like to know if this fix can be applied here, or this library is used in a wrong way by Upscaler, and fix should land in SD Ultimate Upscaler?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels