fix broken prompts from file
This commit is contained in:
parent
9080af56dd
commit
d274b8297e
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user