-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
karurochari
committed
Sep 11, 2024
1 parent
356a3ad
commit 8ec9256
Showing
7 changed files
with
7,511 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
/interface.ts | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
Sub-repo containing a collection of common sub-workflows to be either used standalone or as composable blocks in more complex strategies. | ||
This content will be probably moved to an external repo at some point. | ||
## Licence | ||
|
||
Unlike the main repo, this section is "CC0-1.0" | ||
|
||
## Contributions | ||
|
||
Contributions of workflows are very appreciated, however there are some guidelines to follow: | ||
|
||
- Only nodes supported in the latest version of ComfyUI mainline. Otherwise, a separate repository might be better. | ||
- Only composable interface (no precompiled JSON as return type) | ||
- Workflows must follow semantic versioning. If you break it, bump the major version. Major below 1 are excluded and can break at any point. | ||
- Workflows should **really** avoid being async. | ||
- Opinionated choices are good! If you want to define qualitative quantifiers like "HIGH" or "LOW" it is ok. However, consistency in the language is also good, so try to match the expected behaviour of other workflows if feasible. | ||
- Feel free to use already defined workflows, but make sure to assert their version assuming semantic versioning is followed. | ||
- Make sure to comment the interface of your workflows unless parameters are really trivial and self-explicative. | ||
|
||
Feel free to use `example.ts` as reference for your own PR & have fun! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +0,0 @@ | ||
Contributions of workflows are very appreciated, however there are some guidelines to follow: | ||
|
||
- Only nodes supported in the latest version of ComfyUI mainline. Otherwise, a separate repository might be better. | ||
- Only composable interface (no precompiled JSON as return type) | ||
- Workflows must follow semantic versioning. If you break it, bump the major version. Major below 1 are excluded and can break at any point. | ||
- Workflows should **really** avoid being async. | ||
- Opinionated choices are good! If you want to define qualitative quantifiers like "HIGH" or "LOW" it is ok. However, consistency in the language is also good, so try to match the expected behaviour of other workflows if feasible. | ||
- Feel free to use already defined workflows, but make sure to assert their version assuming semantic versioning is followed. | ||
- Make sure to comment the interface of your workflows unless parameters are really trivial and self-explicative. | ||
|
||
Feel free to use `example.ts` as reference for your own PR & have fun! | ||
Oops, something went wrong.