Pull Request Code Review Fixes
This commit is contained in:
parent
e2930f9821
commit
86cb16886f
|
@ -1,5 +1,4 @@
|
|||
import os
|
||||
from pydoc import visiblename
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
|
|
|
@ -10,8 +10,6 @@ from modules.processing import Processed, process_images
|
|||
from PIL import Image
|
||||
from modules.shared import opts, cmd_opts, state
|
||||
|
||||
g_txt_mode = False
|
||||
|
||||
class Script(scripts.Script):
|
||||
def title(self):
|
||||
return "Prompts from file or textbox"
|
||||
|
|
Loading…
Reference in New Issue