blablablazhik
blablablazhik
@docppp hello! Sry for bothering you again, but can you add txt prompt reader in queue? So u can add 1 txt file with prompts on each line and it...
Hello! I'm sorry for being a noobie, but can u explain where exactly I have to add this code? I've disabled auto-updates by #1751 but didn't get where to add...
@docppp with "git apply" somehow wrote "corrupt patch at line 7" (used VScode and GitBash). I wrote by hand and it works! Notice that in my webui.py different coordinates (in...
@docppp it works, thank you! I've add only way to file: ``` def queue_start(*args): text_file_path = 'C:/Users/blablablazhik/Desktop/Test.txt' with open(text_file_path, 'r') as text_file: lines = text_file.readlines() for prompt in lines: argss...
@docppp just tested #1773 - works exactly like I need for pipeline! Can I ask u for help to add this code with ability to read txt file with multiply...