Michael Schmidt
Michael Schmidt
I don't think so. Honestly, I don't even understand how the frontend could ever just show nothing. I would have to debug to know what's going on.
Just an idea: instead of adding a new upscaling node that assume a specific data range, couldn't we add a node that adds the range information to the model class...
@joeyballentine Is this an issue that could be solved with more aggressive tiling?
Could you open an issue here too? https://github.com/tobywf/pasteboard
In general, it would be nice to have a context menu for mass-selected nodes.
I think manual reloading (#732) will be a fix for this. @joeyballentine Is force reloading even a feature we want to support? I always saw it as a debugging tool.
Is this still an issue? I tried to replicate it, but everything worked as expected. Also, you'll be able to manually reload nodes with #1194, so there's no need for...
> It appears you are running out of RAM while upscaling. Is that really a reason for chainner to fail? I mean, wouldn't the system just use a swap file...
This feature is already planned. Duplicate of #822.
I found [this](https://stackoverflow.com/questions/53535101/how-to-associate-a-file-extension-to-an-electron-app-multiplatform) and [this](https://github.com/electron/electron/issues/2651#issuecomment-342563516). Seems like electron build has an `fileAssociations` config. Maybe we can use that.