mflyskym1
mflyskym1
Hello teacher:I downloaded the latest version of upscaler models v0.7.0 according to your user manual and installation instructions. I also set the system environment variable and configured the path to...
Thank you for your reply. Please follow the path in my previous post to modify the init/windows.ps1 file or provide a start.cmd file. Thank you very much!
> 嘿,这可能是这行代码的问题 > > https://github.com/hollowaykeanho/Upscaler/blob/9ba0c87bc79ab4598366ee3fd12b07cedda86cda/init/windows.ps1#L331 > > 您能否将其调整为: Powershell.exe -NoProfile -Command "Get-Help `"$PSScriptRoot\windows.ps1`"" > > 否则,运行不带任何参数的start.cmd仅显示正常的帮助说明。 ------------------------ According to your prompt, I have modified the \ windows.ps1 file and it...
> 嘿,这可能是这行代码的问题 > > https://github.com/hollowaykeanho/Upscaler/blob/9ba0c87bc79ab4598366ee3fd12b07cedda86cda/init/windows.ps1#L331 > > 您能否将其调整为: Powershell.exe -NoProfile -Command "Get-Help `"$PSScriptRoot\windows.ps1`"" > > 否则,运行不带任何参数的start.cmd仅显示正常的帮助说明。 ----------------------------------- Please modify the start.cmd and run.bat files according to my storage path (D:...
> 我的错,github 使一些字符消失了。您必须输入此代码: > > ``` > Powershell.exe -NoProfile -Command "Get-Help `"$PSScriptRoot\windows.ps1`"" > ``` The problem still exists, it doesn't seem like it's a problem with this line of code!...
> 确定一下:当你打开包装时,有移动那吗`start.cmd`? 开头的地址是有**main** ( `D: \ AI Upscaler \ upscaler main \ main`) 而现在是没有的( `D: \ AI Upscaler \ upscaler main`)。文件地址是不能移动的。 > > 如果需要控制器,您必须在`start.cmd`文件夹里(如图): > >  > > 翻译成英文...
> 我成功了。将该行更改为: > > ``` > Powershell.exe -NoProfile -Command "Get-Help '$PSScriptRoot\windows.ps1'" > ``` > > 并改变这一行 > > https://github.com/hollowaykeanho/Upscaler/blob/9ba0c87bc79ab4598366ee3fd12b07cedda86cda/init/windows.ps1#L337 > > > 到 > ``` > Powershell.exe -NoProfile -Command "Get-Help...
> > 如下图3,但运行图片处理时,还是不成功放大,是不是操作不正确啊,请指导! > > 翻译成英文 > > 如第三张截图所示,要放大图像,我仍然无法操作。请指导。 > > `0.0.7`需要更多的指令。简单的方式是: > > ``` > $ ./start.cmd --model ultrasharp --scale 4 --format webp --input 图片.jpg > ``` > >...