aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/custom_code.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-11-04 08:00:32 +0000
committerGitHub <noreply@github.com>2022-11-04 08:00:32 +0000
commite9c767d8dba884762b39d36fbd7cd43f818acf24 (patch)
treeb1d1a0cb9a445443ec18524b0c3906e94d21a26e /scripts/custom_code.py
parentb2c48091db394c2b7d375a33f18d90c924cd4363 (diff)
parent2913b9f02500049c76c3d1469c086767411cefa9 (diff)
downloadstable-diffusion-webui-gfx803-e9c767d8dba884762b39d36fbd7cd43f818acf24.tar.gz
stable-diffusion-webui-gfx803-e9c767d8dba884762b39d36fbd7cd43f818acf24.tar.bz2
stable-diffusion-webui-gfx803-e9c767d8dba884762b39d36fbd7cd43f818acf24.zip
Merge branch 'master' into 7flash/fix-api-compatibility
Diffstat (limited to 'scripts/custom_code.py')
-rw-r--r--scripts/custom_code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/custom_code.py b/scripts/custom_code.py
index a9b10c09..22e7b77a 100644
--- a/scripts/custom_code.py
+++ b/scripts/custom_code.py
@@ -14,7 +14,7 @@ class Script(scripts.Script):
return cmd_opts.allow_code
def ui(self, is_img2img):
- code = gr.Textbox(label="Python code", visible=False, lines=1)
+ code = gr.Textbox(label="Python code", lines=1)
return [code]