Output file management for batches #231
MrFrankDavis
started this conversation in
Ideas
Replies: 3 comments 20 replies
-
Only way I've found to do this is through the API. A pretty simple python script can do this. I'm playing with one right now if you want the code. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes please, that would be awesome!
…________________________________
From: CB ***@***.***>
Sent: Wednesday, October 18, 2023 10:12 AM
To: kabachuha/sd-webui-text2video ***@***.***>
Cc: MrFrankDavis ***@***.***>; Author ***@***.***>
Subject: Re: [kabachuha/sd-webui-text2video] Output file management for batches (Discussion #231)
Only way I've found to do this is through the API. A pretty simple python script can do this. I'm playing with one right now if you want the code.
—
Reply to this email directly, view it on GitHub<#231 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A57USUZP3CAVOTL7BR7TDVLX77WV5AVCNFSM6AAAAAA5E6SWASVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMJWGUYTI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
20 replies
-
Thanks!
…________________________________
From: CB ***@***.***>
Sent: Wednesday, October 18, 2023 9:23 PM
To: kabachuha/sd-webui-text2video ***@***.***>
Cc: MrFrankDavis ***@***.***>; Author ***@***.***>
Subject: Re: [kabachuha/sd-webui-text2video] Output file management for batches (Discussion #231)
Here<https://github.com/terbo/sdscripts/blob/main/dev/t2v.py> ya go.
Usage:
Enable API access in automatic1111 (add --api to COMMANDLINE_ARGS in webui-user.bat/sh)
In settings/text2video, select "All" under 'Keep model in VRAM between runs'.
Run python t2v.py -p "your prompt" --api http://127.0.0.1:7860
Or python t2v.py -f prompts.txt ...
Most of the options are available on the command line, however I haven't been able to get img2img/vid2vid to work, as the post requests keep failing.
Have fun!
—
Reply to this email directly, view it on GitHub<#231 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A57USU52MNWDHNXGZMWJUG3YACFJLAVCNFSM6AAAAAA5E6SWASVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMRRGU4DI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to see an update with the same file management system as deforum. I like to make batch outputs, and it would be nice if all the outputs weren't named vid.
Beta Was this translation helpful? Give feedback.
All reactions