Commit d274b829 authored by AUTOMATIC's avatar AUTOMATIC
Browse files

fix broken prompts from file

parent 9080af56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
 * Fix MPS on PyTorch 2.0.1, Intel Macs
 * make it so that custom context menu from contextMenu.js only disappears after user's click, ignoring non-user click events
 * prevent Reload UI button/link from reloading the page when it's not yet ready
 * fix prompts from file script failing to read contents from a drag/drop file


## 1.1.1
+0 −2
Original line number Diff line number Diff line
@@ -103,8 +103,6 @@ def load_prompt_file(file):
        return None, "\n".join(lines), gr.update(lines=7)




class Script(scripts.Script):
    def title(self):
        return "Prompts from file or textbox"