Changesong
Changesong
I tried the interpolation method and it works fine. Thank you. I also want to increase prediction resolution. I want the 4K images I have to be segmented as cleanly...
When I ran the ['Emboss Action'](https://photoshop-python-api.readthedocs.io/en/master/examples.html#emboss-action) example, the same error occurred in the first `app.executeAction` function ``` Traceback (most recent call last): File "C:\repos\photoshop_plugin\main.py", line 20, in app.executeAction(idPly, desc8, ps.DialogModes.DisplayNoDialogs)...
I ran the method as written (but API server is external) and now I don't get any errors, but I only get the message below and it doesn't generate any...
#### LlmSettingsPlugin.xml ``` ``` Use port forwarding to forward requests to localhost to the server. Currently, the server is not receiving any requests. #### llm-ls.log ``` {"timestamp":"2024-01-18T02:50:32.481981Z","level":"INFO","message":"received completion request for...
Same errors on Windows 10. I tried `pip install pytoshop==1.1.0 --no-cache-dir` and reinstall plugin, but neither method worked. but after `pip install pytoshop==1.1.0 -I --no-cache-dir` , It works. idk why.