Skip to content

Commit

Permalink
Merge pull request #281 from AUTOMATIC1111/lots-of-extensions-by-Haom…
Browse files Browse the repository at this point in the history
…ing02

lots of extensions by Haoming02
  • Loading branch information
w-e-w authored Mar 8, 2024
2 parents f9aa559 + 96309d5 commit df191e9
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 0 deletions.
8 changes: 8 additions & 0 deletions extensions/sd-webui-boomer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "SD Webui Boomer",
"url": "https://github.com/Haoming02/sd-webui-boomer.git",
"description": "An Extension that reverts some UI changes",
"tags": [
"UI related"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-clear-screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Clear Screen",
"url": "https://github.com/Haoming02/sd-webui-clear-screen.git",
"description": "Adds a button 🆑 to clear the console window",
"tags": [
"script"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-diffusion-cg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Diffusion Color Grading",
"url": "https://github.com/Haoming02/sd-webui-diffusion-cg.git",
"description": "performs color grading based on the latent tensor value range",
"tags": [
"manipulations"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-image-comparison.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "SD Webui Image Comparison",
"url": "https://github.com/Haoming02/sd-webui-image-comparison.git",
"description": "Easily compare img2img results within the Webui",
"tags": [
"tab"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-moar-generate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Moar Generate Button",
"url": "https://github.com/Haoming02/sd-webui-moar-generate.git",
"description": "Adds a 2nd Generate button",
"tags": [
"UI related"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-mobile-friendly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Mobile friendly UI tweaks",
"url": "https://github.com/Haoming02/sd-webui-mobile-friendly.git",
"description": "UI tweaks to makes the web interface easier to use on mobile (portrait)",
"tags": [
"UI related"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-mosaic-outpaint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Mosaic Outpaint",
"url": "https://github.com/Haoming02/sd-webui-mosaic-outpaint.git",
"description": "Outpainting without ControlNet",
"tags": [
"tab"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-old-photo-restoration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "Old Photo Restoration",
"url": "https://github.com/Haoming02/sd-webui-old-photo-restoration.git",
"description": "Bringing Old Photo Back to Life",
"tags": [
"tab"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-resharpen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "ReSharpen",
"url": "https://github.com/Haoming02/sd-webui-resharpen.git",
"description": "Increases/decreases the details of images",
"tags": [
"manipulations"
]
}
8 changes: 8 additions & 0 deletions extensions/sd-webui-tabs-extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "SD Webui Tabs Extension",
"url": "https://github.com/Haoming02/sd-webui-tabs-extension.git",
"description": "Reorganize extension accordion layout with tabs.",
"tags": [
"UI related"
]
}

0 comments on commit df191e9

Please sign in to comment.