[x] I have searched the existing issues and checked the recent builds/commits of both this extension and the webui
Have you read FAQ on README?
[X] I have updated WebUI and this extension to the latest version
What happened?
I am using AnimateDiff via automatic1111 API and when I generate video and get base64 string that i save to .mp4 in my custom output directory video also saves in default save path (stable-diffusion-webui\outputs\txt2img-images\AnimateDiff\2024-02-14)
I use only reactor for faceswap along AnimateDiff
Is there a way to prevent this and make it not save video anyway but just return base64 so I can save it only where i want.
Steps to reproduce the problem
To reproduce the problem you would need to try to use AnimateDiff with automatic111 API and save geenrated video from buffer that you get as a response from API.
What should have happened?
Normal behavior is to get API response and not save video in default location. (Like it functions for images generated without AnimateDiff enabled)
Is there an existing issue for this?
Have you read FAQ on README?
What happened?
I am using AnimateDiff via automatic1111 API and when I generate video and get base64 string that i save to .mp4 in my custom output directory video also saves in default save path (stable-diffusion-webui\outputs\txt2img-images\AnimateDiff\2024-02-14) I use only reactor for faceswap along AnimateDiff Is there a way to prevent this and make it not save video anyway but just return base64 so I can save it only where i want.
Steps to reproduce the problem
To reproduce the problem you would need to try to use AnimateDiff with automatic111 API and save geenrated video from buffer that you get as a response from API.
What should have happened?
Normal behavior is to get API response and not save video in default location. (Like it functions for images generated without AnimateDiff enabled)
Commit where the problem happens
extension: https://github.com/continue-revolution/sd-webui-animatediff/commit/2573b2b51369e65d92b80a57874b41fd7344bae9
What browsers do you use to access the UI ?
No response
Command Line Arguments
Console logs
Additional information
No response