rebuild front end; bump version

This commit is contained in:
Lincoln Stein 2023-07-05 20:33:28 -04:00
parent 83d3a043da
commit bf25818d76
9 changed files with 6 additions and 624 deletions

4
.gitignore vendored
View File

@ -34,7 +34,7 @@ __pycache__/
.Python .Python
build/ build/
develop-eggs/ develop-eggs/
dist/ # dist/
downloads/ downloads/
eggs/ eggs/
.eggs/ .eggs/
@ -202,7 +202,7 @@ checkpoints
.DS_Store .DS_Store
# Let the frontend manage its own gitignore # Let the frontend manage its own gitignore
!invokeai/frontend/web/* # !invokeai/frontend/web/*
# Scratch folder # Scratch folder
.scratch/ .scratch/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@
margin: 0; margin: 0;
} }
</style> </style>
<script type="module" crossorigin src="./assets/index-c0367e37.js"></script> <script type="module" crossorigin src="./assets/index-581af3d4.js"></script>
</head> </head>
<body dir="ltr"> <body dir="ltr">

View File

@ -52,6 +52,7 @@
"unifiedCanvas": "Unified Canvas", "unifiedCanvas": "Unified Canvas",
"linear": "Linear", "linear": "Linear",
"nodes": "Node Editor", "nodes": "Node Editor",
"batch": "Batch Manager",
"modelmanager": "Model Manager", "modelmanager": "Model Manager",
"postprocessing": "Post Processing", "postprocessing": "Post Processing",
"nodesDesc": "A node based system for the generation of images is under development currently. Stay tuned for updates about this amazing feature.", "nodesDesc": "A node based system for the generation of images is under development currently. Stay tuned for updates about this amazing feature.",

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
__version__ = "3.0.0+a7" __version__ = "3.0.0+a8"