Skip to content

Commit

Permalink
Merge pull request #13 from Tangent101/main-1
Browse files Browse the repository at this point in the history
Added seq2cnet (Sequence to ControlNet) plugin
  • Loading branch information
patriceac authored Aug 23, 2023
2 parents 1a0448a + 7d10f47 commit 7eeec28
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,5 +526,17 @@
"version": "1.1",
"minEDVersion": "2.0",
"compatIssueIds": []
},
{
"id": "seq2cnet",
"icon": "fa-wand-sparkles",
"name": "Sequence to ControlNet",
"author": "The Stig",
"description": "A simple plugin to allow multiple images to be imported and used in ControlNet.\nInstructions as follows.\n- Set up an image in the ControlNet section as per usual.\n- Select which ControlNet model you want to use.\n- Set up your prompt, image size, seed etc as required.\n- Click on the 'Select a sequence' button above the Image Settings panel.\n- Select which images you wish to import.",
"url": "https://raw.githubusercontent.com/Tangent101/Easy-Diffusion-Plugins/main/plugins/stigs-seq2cnet.plugin.js",
"localInstallOnly": false,
"version": "1.1",
"minEDVersion": "2.0",
"compatIssueIds": []
}
]

0 comments on commit 7eeec28

Please sign in to comment.