Skip to content

Commit

Permalink
Added GridtoGif to communityNodes.md (#4755)
Browse files Browse the repository at this point in the history
## What type of PR is this? (check all applicable)

- [ ] Refactor
- [ ] Feature
- [ ] Bug Fix
- [ ] Optimization
- [ ] Documentation Update
- [x] Community Node Submission


## Have you discussed this change with the InvokeAI team?
- [x] Yes
- [ ] No, because:

      
## Have you updated all relevant documentation?
- [x] Yes
- [ ] No


## Description
Grid to Gif is two custom nodes, one that divides a grid image into an
image collection, the other converts an image collection into a animated
gif
  • Loading branch information
Millu authored Oct 1, 2023
2 parents c171514 + 9b39888 commit 9ac11e7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/nodes/communityNodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,21 @@ See full docs here: https://github.com/skunkworxdark/XYGrid_nodes/edit/main/READ

--------------------------------

### Grid to Gif

**Description:** One node that turns a grid image into an image colletion, one node that turns an image collection into a gif

**Node Link:** https://github.com/mildmisery/invokeai-GridToGifNode/blob/main/GridToGif.py

**Example Node Graph:** https://github.com/mildmisery/invokeai-GridToGifNode/blob/main/Grid%20to%20Gif%20Example%20Workflow.json

**Output Examples**

<img src="https://raw.githubusercontent.com/mildmisery/invokeai-GridToGifNode/main/input.png" width="300" />
<img src="https://raw.githubusercontent.com/mildmisery/invokeai-GridToGifNode/main/output.gif" width="300" />

--------------------------------

### Example Node Template

**Description:** This node allows you to do super cool things with InvokeAI.
Expand Down

0 comments on commit 9ac11e7

Please sign in to comment.