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
build/
develop-eggs/
dist/
# dist/
downloads/
eggs/
.eggs/
@ -202,7 +202,7 @@ checkpoints
.DS_Store
# Let the frontend manage its own gitignore
!invokeai/frontend/web/*
# !invokeai/frontend/web/*
# Scratch folder
.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;
}
</style>
<script type="module" crossorigin src="./assets/index-c0367e37.js"></script>
<script type="module" crossorigin src="./assets/index-581af3d4.js"></script>
</head>
<body dir="ltr">

View File

@ -52,6 +52,7 @@
"unifiedCanvas": "Unified Canvas",
"linear": "Linear",
"nodes": "Node Editor",
"batch": "Batch Manager",
"modelmanager": "Model Manager",
"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.",

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"