Replies: 4 comments 1 reply
-
|
Not possible at the moment. Usually the preview is bigger though compared to the rest of the UI, did you configure a large font size in Krita that makes the text bigger? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Awesome thanks for the quick reply and yes I did change the text good eye
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: olegsatov ***@***.***>
Sent: Thursday, March 7, 2024 3:00:36 PM
To: Acly/krita-ai-diffusion ***@***.***>
Cc: Pedroman1 ***@***.***>; Author ***@***.***>
Subject: Re: [Acly/krita-ai-diffusion] Resizing preview box (Discussion #470)
Actually you can do it manually by editing pykrita/ai_diffusion/ui/generation.py
class HistoryWidget(QListWidget):
_model: Model
_connections: list[QMetaObject.Connection]
_last_job_params: JobParams | None = None
item_activated = pyqtSignal(QListWidgetItem)
_thumb_size = 215 <==== THIS NUMBER (default is 96)
_applied_icon = Image.load(theme.icon_path / "star.png")
_list_css = f"""
QListWidget {{ background-color: transparent; }}
QListWidget::item:selected {{ border: 1px solid {theme.grey}; }}
—
Reply to this email directly, view it on GitHub<#470 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AVJSB5SQSBBNMVUBKQRU7YTYXDBOJAVCNFSM6AAAAABELDUGCSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DOMJSGAZDI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
My eyes arent the best anymore, i would also like to change the text size of promt input. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi maybe this is just a Krita setting not related to the wonderful amazing plugin we have here but I can't for the life of me figure out how to resize the preview box that shows the image gen under AI Image generation

. Is this possible? no worries if not. super minimal issue that doesn't necessarily need a fix but as I am new to krita I thought I'd ask... this plugin is badass i love it so much I use for all my image gen now
Beta Was this translation helpful? Give feedback.
All reactions