comfyanonymous
809bcc8ceb
Add support for unCLIP SD2.x models.
...
See _for_testing/unclip in the UI for the new nodes.
unCLIPCheckpointLoader is used to load them.
unCLIPConditioning is used to add the image cond and takes as input a
CLIPVisionEncode output which has been moved to the conditioning section.
2 years ago
pythongosssss
178fc76363
Added a queue for the queue action
2 years ago
flyingshutter
9586de9dc8
fix client freeze on connect reroutes in a circle
2 years ago
pythongosssss
38833ceb62
Merge remote-tracking branch 'origin/master' into custom_routes
2 years ago
pythongosssss
313f1f83a6
Tweak server/custom node load order
...
- Load custom nodes after creating server
- Add routes after loading custom nodes
Custom nodes can now add routes via PromptServer.instance
2 years ago
comfyanonymous
0d972b85e6
This seems to give better quality in tome.
2 years ago
comfyanonymous
18a6c1db33
Add a TomePatchModel node to the _for_testing section.
...
Tome increases sampling speed at the expense of quality.
2 years ago
comfyanonymous
7e682784d7
Merge branch 'fix-modifying-default-graph' of https://github.com/pythongosssss/ComfyUI
2 years ago
pythongosssss
06c2c19b5a
Clone default graph before using
2 years ago
comfyanonymous
91f27f08ec
Merge branch 'fix-load-history-outputs' of https://github.com/pythongosssss/ComfyUI
2 years ago
pythongosssss
1716aaa7a6
Swap order to prevent being cleared
2 years ago
comfyanonymous
61ec3c9d5d
Add a way to pass options to the transformers blocks.
2 years ago
City
9ac95e6ac7
Add human-readable name support for custom nodes
2 years ago
City
e6e30ee7cb
Fallback for node title
2 years ago
City
5bcbc007dd
Add human-readable names for nodes
2 years ago
pythongosssss
722801ed2d
Formatting
2 years ago
pythongosssss
3a5bcdf8b9
Formatting
2 years ago
pythongosssss
c93dc2fb89
Remove bottom anchor
2 years ago
pythongosssss
6481c90371
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2 years ago
hnmr293
04b42bad87
allow converting optional widgets to inputs
2 years ago
comfyanonymous
9a27030519
Make it clear how to set the search path for models.
2 years ago
comfyanonymous
afd65d3819
Fix noise mask not working with > 1 batch size on ksamplers.
2 years ago
comfyanonymous
974235a272
Merge branch 'master' of https://github.com/city96/ComfyUI
2 years ago
comfyanonymous
786f7f767a
Merge branch 'extra-filename-replacements' of https://github.com/pythongosssss/ComfyUI
2 years ago
comfyanonymous
e1b1af9d10
Merge branch 'node-execute-event' of https://github.com/pythongosssss/ComfyUI
2 years ago
comfyanonymous
5218e5d596
Command line option to set CUDA device.
2 years ago
City
8a730ed20e
Turn comfy-menu into a sidebar on small screens
2 years ago
pythongosssss
80e014a69e
Extra formatting values on SaveImage
2 years ago
pythongosssss
7db120b9a9
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2 years ago
pythongosssss
00c1ec498f
Fix crash if node is removed mid run
2 years ago
pythongosssss
6f72c4c6ff
Allows nodes to return ui data and output data
...
Fire executed event on node when message received
2 years ago
comfyanonymous
b90991d2c3
Readme update.
2 years ago
comfyanonymous
7a7c4e7f73
Not compatible with transformers below this version.
2 years ago
comfyanonymous
fcee629766
Notebook fix.
2 years ago
comfyanonymous
2b60c308be
Merge branch 'mute-nodes' of https://github.com/jn-jairo/ComfyUI
2 years ago
City
0f92d41ac7
Match comfy-menu style to litegraph
2 years ago
pythongosssss
8363ef967d
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2 years ago
Jairo Correa
d5bf2314b3
Mute nodes and shortcuts in README
2 years ago
comfyanonymous
b2554bc4dd
Split VAE decode batches depending on free memory.
2 years ago
comfyanonymous
3ed814b01f
Fix colab.
2 years ago
comfyanonymous
f13c0cefaa
Merge branch 'clean-current-state' of https://github.com/FaridSafi/ComfyUI
2 years ago
comfyanonymous
ac1fd92455
Merge branch 'master' of https://github.com/Davemane42/ComfyUI
2 years ago
comfyanonymous
0d65cb17b7
Fix ddim_uniform crashing with 37 steps.
2 years ago
Farid Safi
40a377775e
move clean to handleFile and loadGraphData functions
2 years ago
Farid Safi
393084877c
clean state when loading another workflow
2 years ago
pythongosssss
9fdd5245fd
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2 years ago
Davemane42
1e0f2b232b
add unique_id to nodes hidden inputs
...
@classmethod
def INPUT_TYPES(cls):
return {
"hidden": {"unique_id": "UNIQUE_ID"},
}
2 years ago
comfyanonymous
31dd6c0531
Add way to specify listen ip with --listen.
2 years ago
Jairo Correa
4b9e11053c
Color palette setting
2 years ago
pythongosssss
2d046f85e8
Merge remote-tracking branch 'origin/master' into menu-save-and-anchor
2 years ago