mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
[WebUI] Add Image To Image UI
This commit is contained in:
committed by
Lincoln Stein
parent
5157cbeda1
commit
3b0c4b74b6
@@ -89,4 +89,7 @@
|
||||
|
||||
--console-icon-button-bg-color: rgb(50, 53, 64);
|
||||
--console-icon-button-bg-color-hover: rgb(70, 73, 84);
|
||||
|
||||
// Img2Img
|
||||
--img2img-img-bg-color: rgb(30, 32, 42);
|
||||
}
|
||||
|
||||
@@ -88,4 +88,7 @@
|
||||
--console-border-color: rgb(160, 162, 164);
|
||||
--console-icon-button-bg-color: var(--switch-bg-color);
|
||||
--console-icon-button-bg-color-hover: var(--console-border-color);
|
||||
|
||||
// Img2Img
|
||||
--img2img-img-bg-color: rgb(180, 182, 184);
|
||||
}
|
||||
|
||||
@@ -26,10 +26,12 @@
|
||||
@use '../features/gallery/CurrentImageDisplay.scss';
|
||||
@use '../features/gallery/ImageGallery.scss';
|
||||
@use '../features/gallery/InvokePopover.scss';
|
||||
@use '../features/gallery/ImageMetaDataViewer/ImageMetadataViewer.scss';
|
||||
|
||||
// Tabs
|
||||
@use '../features/tabs/InvokeTabs.scss';
|
||||
@use '../features/tabs/TextToImage/TextToImage.scss';
|
||||
@use '../features/tabs/ImageToImage/ImageToImage.scss';
|
||||
|
||||
// Component Shared
|
||||
@use '../common/components/IAINumberInput.scss';
|
||||
|
||||
Reference in New Issue
Block a user