Extend caption/img gen generated text preview rows
This commit is contained in:
@@ -734,7 +734,7 @@ async function onSaveStyleClick() {
|
||||
async function refinePrompt(prompt, isNegative) {
|
||||
if (extension_settings.sd.refine_mode) {
|
||||
const text = isNegative ? '<h3>Review and edit the <i>negative</i> prompt:</h3>' : '<h3>Review and edit the prompt:</h3>';
|
||||
const refinedPrompt = await callGenericPopup(text + 'Press "Cancel" to abort the image generation.', POPUP_TYPE.INPUT, prompt.trim(), { rows: 5, okButton: 'Continue' });
|
||||
const refinedPrompt = await callGenericPopup(text + 'Press "Cancel" to abort the image generation.', POPUP_TYPE.INPUT, prompt.trim(), { rows: 8, okButton: 'Continue' });
|
||||
|
||||
if (refinedPrompt) {
|
||||
return String(refinedPrompt);
|
||||
|
||||
Reference in New Issue
Block a user