deforum-art / sd-webui-deforum

Deforum extension for AUTOMATIC1111's Stable Diffusion webui
https://deforum.github.io
Other
2.71k stars 390 forks source link

[Feature Request]: Paths for existing video workflows #872

Open revolvedai opened 1 year ago

revolvedai commented 1 year ago

Is there an existing issue for this?

What would your feature do ?

The "Drop File Here or Click To Upload" functionality for Interpolate Existing Features, Video Upscaling, Vid2Depth etc. only works on local. When running Automatic1111 in the cloud, it does not allow you to specify paths, external mounts, etc. By adding a path box, users running Deforum in the cloud would be able to specify a path instead of using a gui work flow.

Wherever the "Drop File Here" functionality is used, it would be great to offer a path for those who are not on local desktops.

Proposed workflow

  1. Go to Frame Interpolation (or any existing video workflow)
  2. Click "Path" and enter your path /mnt/private/video.mp4 for example
  3. Click "Interpolate Video"

Additional information

Screenshot 2023-09-07 081933

Are you going to help adding it?

I have tried this locally, but was not successful (not a developer, just a video freak) Thank you for the amazing app!

andyxr commented 1 year ago

Ideally, we shouldn’t have just file drop zones in this part of the product. We should supply fields to enter a path into, like the rest of the app. This would mean we could save those file paths to the user’s settings file, allowing them to load the settings file and retain the file paths. Drop zones don’t remember the file path.