Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #20

Merged
merged 39 commits into from
Sep 16, 2023
Merged

Dev #20

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
b6f56fb
A few small tweaks; update typescript, stop tsc bugging on unused par…
rgthree Sep 7, 2023
48a556c
Update missing typings.
rgthree Sep 7, 2023
a698a33
New Node: Fast Actions Button. A bunch of cleanup and code consolidat…
rgthree Sep 7, 2023
ace2520
Fix 'Add Comfy Action' Sub Menu item
rgthree Sep 7, 2023
ceb7833
Add a simpler image inset cropper.
rgthree Sep 7, 2023
2a77abd
Add prettier, pylint, and yapf. Also, some typeings.
rgthree Sep 12, 2023
aef29a6
Some formatting
rgthree Sep 12, 2023
a85e77e
formatters
rgthree Sep 12, 2023
6ba369c
Add a base rgthree instance that can be globally accessed, and used t…
rgthree Sep 12, 2023
b8ec1d8
Add new Big context and update context nodes for backwards compatibil…
rgthree Sep 12, 2023
3cb4df5
New SDXL Power Prompt, Image Inset, Config, and more.
rgthree Sep 12, 2023
ef2054f
Update all the awesome client node work here. Too much to mention.
rgthree Sep 12, 2023
12066db
Remove Display Int and port to Display Any.
rgthree Sep 12, 2023
e953531
Allow node replacement to port different slot names for inputs.
rgthree Sep 12, 2023
5d8ab65
Fix bad quotes.
rgthree Sep 12, 2023
9f1eaf4
Pass prefix to log
rgthree Sep 12, 2023
1d0f553
Make context better match server inputs.
rgthree Sep 12, 2023
92160cf
Only remove js directories if they exist.
rgthree Sep 14, 2023
79b924c
Add menu option to insert a reroute clone before/after a connected node.
rgthree Sep 14, 2023
51f2683
cleanup
rgthree Sep 14, 2023
47be4d4
Allow reroutes to be resized. Seems to work when height is >= 30. Add…
rgthree Sep 14, 2023
06581df
Combine clone new node menu items (#17)
rgthree Sep 14, 2023
4d37d67
Add ability to show a label/title. #17
rgthree Sep 14, 2023
133a275
Add resizing to reroute node. Fixes #17
rgthree Sep 14, 2023
ec3b3b9
Override recursive execution.py methods in prestartup script.
rgthree Sep 15, 2023
7258657
Add a config to stop the recursive optimization and add a message to …
rgthree Sep 15, 2023
9e91732
Add default config file
rgthree Sep 15, 2023
8d139bc
Don't track user config in git
rgthree Sep 15, 2023
ab4783c
Adds a link fixer html
rgthree Sep 16, 2023
9e47540
links: Only show button to fix when there's foxable results.
rgthree Sep 16, 2023
2ad1886
Stop loading js not meant for ComfyUI app (links)
rgthree Sep 16, 2023
f578e89
Add back DisplayInt until ComfyUI better supports porting nodes.
rgthree Sep 16, 2023
bfcfca5
Links source file
rgthree Sep 16, 2023
a017fcc
Switch SDXL Config to KSampler Config, and add cfg
rgthree Sep 16, 2023
fe0dabd
Add cfg to context big, and change to float
rgthree Sep 16, 2023
5bba13e
New Feature: If a repeater is in a group without inputs, then toggle …
rgthree Sep 16, 2023
332c5e7
README changes
rgthree Sep 16, 2023
616b024
Add a message for users to fix bad links when loading a new graph.
rgthree Sep 16, 2023
9d768d2
Ensure node collector passes title through.
rgthree Sep 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ __pycache__
wildcards/**
.vscode/
.idea/
node_modules/
node_modules/
rgthree_config.json
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"printWidth": 100
}
Loading