Skip to content

Commit

Permalink
did something change with sdxl outpainting >:(
Browse files Browse the repository at this point in the history
  • Loading branch information
zero01101 committed Jul 22, 2023
1 parent ba4893d commit fb3bf0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
src="js/ui/tool/generic.js?v=3e678e0"
type="text/javascript"></script>

<script src="js/ui/tool/dream.js?v=06e0164" type="text/javascript"></script>
<script src="js/ui/tool/dream.js?v=c97af5b" type="text/javascript"></script>
<script
src="js/ui/tool/maskbrush.js?v=e9bd0eb"
type="text/javascript"></script>
Expand Down
4 changes: 2 additions & 2 deletions js/ui/tool/dream.js
Original file line number Diff line number Diff line change
Expand Up @@ -2032,8 +2032,8 @@ const dreamTool = () =>
"outpainting_fill",
"Outpaint Type",
{
0: "fill",
1: "original (SDXL)",
0: "fill (SDXL?)",
1: "original (SDXL?)",
2: "latent noise (SD1.x/2.x)",
3: "latent nothing",
},
Expand Down

0 comments on commit fb3bf0a

Please sign in to comment.