mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-04 03:10:21 +00:00
fix broken prompts from file
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user