From f194457229e4537912467bc60ac3a873f473a63c Mon Sep 17 00:00:00 2001 From: AUTOMATIC <16777216c@gmail.com> Date: Sun, 11 Sep 2022 18:48:36 +0300 Subject: CLIP interrogator --- script.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'script.js') diff --git a/script.js b/script.js index 9a648021..f41cf90c 100644 --- a/script.js +++ b/script.js @@ -51,6 +51,8 @@ titles = { "Variation strength": "How strong of a variation to produce. At 0, there will be no effect. At 1, you will get the complete picture with variation seed (except for ancestral samplers, where you will just get something).", "Resize seed from height": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", "Resize seed from width": "Make an attempt to produce a picture similar to what would have been produced with same seed at specified resolution", + + "Interrogate": "Reconstruct frompt from existing image and put it into the prompt field.", } function gradioApp(){ -- cgit v1.2.3