FIX: input_file path

sd-webui-roop-nsfw -> sd-webui-reactor
This commit is contained in:
Art Gourieff 2023-08-08 23:11:19 +07:00 committed by GitHub
parent ec8572d8ea
commit b0307f6428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ from PIL import Image, PngImagePlugin
from datetime import datetime, date
address = 'http://127.0.0.1:7860'
input_file = "extensions\sd-webui-roop-nsfw\example\IamSFW.jpg" # Input file path
input_file = "extensions\sd-webui-reactor\example\IamSFW.jpg" # Input file path
time = datetime.now()
today = date.today()
current_date = today.strftime('%Y-%m-%d')