From b0307f6428f9337db64848cc8700acb97c6d0e70 Mon Sep 17 00:00:00 2001 From: Art Gourieff <85128026+Gourieff@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:11:19 +0700 Subject: [PATCH] FIX: input_file path sd-webui-roop-nsfw -> sd-webui-reactor --- example/api_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/api_example.py b/example/api_example.py index 8d202e5..4dcdf19 100644 --- a/example/api_example.py +++ b/example/api_example.py @@ -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')