Skip to content

Commit

Permalink
Merge pull request #9 from stakeordie/sandy
Browse files Browse the repository at this point in the history
Diffusion Upscaler
  • Loading branch information
the-dusky authored Oct 25, 2024
2 parents b0fb3cb + d933a26 commit 173bb74
Show file tree
Hide file tree
Showing 17 changed files with 557 additions and 75 deletions.
2 changes: 1 addition & 1 deletion Components/cog_img2video/api.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cog_img2video",
"description": "Image to Video",
"server_id": "",
"server_id": "29eb91e6-3b8a-41c6-ae35-e8aa6212ff14",
"inputs": {
"60": {
"seed": {
Expand Down
2 changes: 1 addition & 1 deletion Components/cog_img2video/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{
"name": "Prompt",
"id": "prompt",
"type": "string",
"type": "prompt_editor",
"display": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion Components/flux_img2img/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Prompt",
"id": "prompt",
"type": "textarea",
"type": "prompt_editor",
"display": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion Components/flux_txt2img/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Prompt",
"id": "prompt",
"type": "textarea",
"type": "prompt_editor",
"display": true
},
{
Expand Down
4 changes: 2 additions & 2 deletions Components/img2img/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
{
"name": "Prompt",
"id": "prompt",
"type": "textarea",
"type": "prompt_editor",
"display": true
},
{
"name": "Negative Prompt",
"id": "negative_prompt",
"type": "textarea",
"type": "prompt_editor",
"display": true
},
{
Expand Down
Loading

0 comments on commit 173bb74

Please sign in to comment.