mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Restores "initial image" text
This commit is contained in:
parent
383905d5d2
commit
7ba958cf7f
@ -20,7 +20,7 @@
|
|||||||
.init-image-preview-header {
|
.init-image-preview-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -31,6 +31,14 @@ export default function InitImagePreview() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className="init-image-preview-header">
|
<div className="init-image-preview-header">
|
||||||
|
{/* <div className="init-image-preview-header"> */}
|
||||||
|
<h2>Initial Image</h2>
|
||||||
|
{/* <IconButton
|
||||||
|
isDisabled={!initialImage}
|
||||||
|
aria-label={'Reset Initial Image'}
|
||||||
|
onClick={handleClickResetInitialImage}
|
||||||
|
icon={<MdClear />}
|
||||||
|
/> */}
|
||||||
<ImageUploaderIconButton />
|
<ImageUploaderIconButton />
|
||||||
</div>
|
</div>
|
||||||
{initialImage && (
|
{initialImage && (
|
||||||
|
Loading…
Reference in New Issue
Block a user