runwayml / RunwayML-for-Photoshop

RunwayML for Photoshop
https://runwayml.com/integrations
MIT License
145 stars 17 forks source link

temp file not found error #1

Open kctdfh opened 4 years ago

kctdfh commented 4 years ago

Hey - I've looked everywhere for a solution but can't figure it out. Currently I get the same error no matter what model I try to run. Attached is a screenshot.

The error message says: "could not save a copy as "C:\tmp...jpg" because the file could not be found"

I also don't know if I'm using the debugger right, but when I go to http://localhost:8088/ there's this error:

Uncaught (in promise) undefined index.html:40534

runwayML-Photoshop

cvalenzuela commented 4 years ago

Hi @kctdfh, it seems you are sending the background layer to the model. Make sure that you have selected a layer instead of the background. ("Layer 1" in your case)

Let me know if that works

kctdfh commented 4 years ago

Hey! Unfortunately I get the same error no matter the layer

Capture
cvalenzuela commented 4 years ago

It seems the content and style layers selected are Layer 0, but it looks like that layer doesn’t exist anymore. Sometimes it might take 1-2 seconds for the plugin to grab the new active layer. Can you try using the model over that layer after it has been updated in the plugin?

ksteinfe commented 4 years ago

I'm experiencing the same error. @kctdfh , did you have any luck correcting this?

ksteinfe commented 4 years ago

Solved it! Working in Windows, I didn't have an existing directory at C:\tmp for the temp file to be created in. I got things working by simply creating this directory.