FIX: input_file path
sd-webui-roop-nsfw -> sd-webui-reactor
This commit is contained in:
parent
ec8572d8ea
commit
b0307f6428
@ -3,7 +3,7 @@ from PIL import Image, PngImagePlugin
|
|||||||
from datetime import datetime, date
|
from datetime import datetime, date
|
||||||
|
|
||||||
address = 'http://127.0.0.1:7860'
|
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()
|
time = datetime.now()
|
||||||
today = date.today()
|
today = date.today()
|
||||||
current_date = today.strftime('%Y-%m-%d')
|
current_date = today.strftime('%Y-%m-%d')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user