Pull Request Code Review Fixes

This commit is contained in:
Tony Beeman 2022-10-07 23:51:50 -07:00 committed by AUTOMATIC1111
parent e2930f9821
commit 86cb16886f
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import os
from pydoc import visiblename
import sys
import traceback

View File

@ -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"