From 2463d7c098da47f2a0f6f6d6ec5268cd905628d4 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Wed, 12 Jul 2023 11:35:43 -0700 Subject: [PATCH] Spaces --- extensions/sd_api_pictures/script.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/extensions/sd_api_pictures/script.py b/extensions/sd_api_pictures/script.py index d7f0fa69..78488cd0 100644 --- a/extensions/sd_api_pictures/script.py +++ b/extensions/sd_api_pictures/script.py @@ -126,8 +126,6 @@ def input_modifier(string): return string # Get and save the Stable Diffusion-generated picture - - def get_SD_pictures(description, character): global params @@ -188,8 +186,6 @@ def get_SD_pictures(description, character): # TODO: how do I make the UI history ignore the resulting pictures (I don't want HTML to appear in history) # and replace it with 'text' for the purposes of logging? - - def output_modifier(string, state): """ This function is applied to the model outputs.