Commit Graph

1275 Commits

Author SHA1 Message Date
Benjamin Berman
dc4289dbb9 working install from git repo 2023-08-04 15:44:02 -07:00
Benjamin Berman
7a1f064b09 try different find_packages call 2023-08-04 15:44:02 -07:00
Benjamin Berman
b12394c9e9 include legacy main.py 2023-08-04 15:44:02 -07:00
Benjamin Berman
3d3c5ae344 wip 2023-08-04 15:44:02 -07:00
Benjamin Berman
82d0edf121 add missing type 2023-08-04 15:44:02 -07:00
Benjamin Berman
81c9a7c561 check-in nodes 2023-08-04 15:44:02 -07:00
Benjamin Berman
b3038de648 make the nodes organization more sane 2023-08-04 15:44:02 -07:00
Benjamin Berman
87cf8f613e mara nodes 2023-08-04 15:44:02 -07:00
Benjamin Berman
66b857d069 basic caching 2023-08-04 15:44:02 -07:00
Benjamin Berman
7c197409be macOS latest with fp16 enabled by default 2023-08-04 15:44:02 -07:00
Benjamin Berman
ab245b5c0c use named method 2023-08-04 15:44:02 -07:00
Benjamin Berman
5b61c4f953 pep 8 2023-08-04 15:44:02 -07:00
Benjamin Berman
6986e4c361 fix queue bug 2023-08-04 15:44:02 -07:00
Benjamin Berman
94fa7a3b61 fix macos support 2023-08-04 15:44:02 -07:00
Benjamin Berman
0e964180e6 improvements to requirements.txt and compatibility with 3.11 2023-08-04 15:44:02 -07:00
Benjamin Berman
afef21fa6e Update requirements.txt 2023-08-04 15:44:02 -07:00
Benjamin Berman
550788eaca Updates for better compatibility with DeepFloyd 2023-08-04 15:44:02 -07:00
Benjamin Berman
1cef5474d1 Update to latest upstream 2023-08-04 15:44:02 -07:00
Benjamin Berman
65722c2bb3 openapi definition, documented API endpoints and new ergonomic API endpoint 2023-08-04 15:44:02 -07:00
Benjamin Berman
3a4ca942f8 Update README 2023-08-04 15:44:02 -07:00
Benjamin Berman
96af8f733a Update to torch 2.0.0 and the pre-release xformers library 2023-08-04 15:44:02 -07:00
Benjamin Berman
18d2b23495 Create a setup.py and automatically select the correct pytorch binaries for the current platform and supported devices
- setup.py now works
 - Makes installation work a variety of ways, including making other packages dependent on this one for e.g. plugins
 - Fixes missing __init__.py issues
 - Fixes imports
 - Compatible with your existing scripts that rely on requirements.txt
 - Fixes error in comfy/ldm/models/diffusion/ddim.py
 - Fixes missing packages for other diffusers code in this repo
2023-08-04 15:44:02 -07:00
comfyanonymous
cb25b88329 Merge branch 'logging' of https://github.com/pythongosssss/ComfyUI 2023-08-04 12:12:39 -04:00
comfyanonymous
1ce0d8ad68 Add CMP 30HX card to the nvidia_16_series list. 2023-08-04 12:08:45 -04:00
comfyanonymous
3d614dde49 Fix bug with reroutes and bypass. 2023-08-04 03:47:45 -04:00
pythongosssss
b2ea0cbd5c add logging 2023-08-04 08:30:01 +01:00
pythongosssss
43ae9fe721 add system stats function 2023-08-04 08:29:51 +01:00
pythongosssss
0bbd9dd4d9 add system info to stats endpoint 2023-08-04 08:29:25 +01:00
comfyanonymous
d7638c47fc Fix ui inconsistency. 2023-08-04 03:22:47 -04:00
comfyanonymous
fa962e86c1 Make LatentBlend more consistent with other nodes. 2023-08-04 02:51:28 -04:00
comfyanonymous
11ad6060fc Merge branch 'LatentBlend' of https://github.com/fuami/ComfyUI 2023-08-04 02:35:53 -04:00
comfyanonymous
c99d8002f8 Make sure the pooled output stays at the EOS token with added embeddings. 2023-08-03 20:27:50 -04:00
Dr.Lt.Data
9534f0f8a5
allows convert to widget for boolean type (#1063) 2023-08-03 20:24:52 -04:00
comfyanonymous
d1347544bc Make context menu filter import from relative path. 2023-08-03 16:51:37 -04:00
comfyanonymous
077617e8c9 Fix bypassed nodes with no inputs. 2023-08-03 02:57:40 -04:00
comfyanonymous
19fbab6ce3 Fix reroute nodes not working with bypassed nodes. 2023-08-03 02:38:11 -04:00
comfyanonymous
05321fd947 Add an experimental CTRL-B shortcut to bypass nodes. 2023-08-03 01:57:00 -04:00
comfyanonymous
9ccc965899 Merge branch 'fix/no-required-input' of https://github.com/M1kep/ComfyUI into prs 2023-08-02 15:06:09 -04:00
comfyanonymous
e4a3e9e54c Add an option in the UI to disable sliders. 2023-08-01 18:50:06 -04:00
Michael Poutre
90b0163524
fix(execution): Fix support for input-less nodes 2023-08-01 12:29:01 -07:00
Michael Poutre
7785d073f0
chore: Fix typo 2023-08-01 12:27:50 -07:00
comfyanonymous
834ab278d2 Update instructions for mac. 2023-08-01 03:17:04 -04:00
comfyanonymous
38cfba0430 Rename toggle to boolean. 2023-08-01 03:08:35 -04:00
FuamiCake
d712193885 Add LatentBlend node, allowing for blending between two Latent inputs. 2023-08-01 01:23:14 -05:00
comfyanonymous
eb5191f911 0.0.0.0 doesn't work on windows. 2023-08-01 01:15:18 -04:00
comfyanonymous
076d2db60f display_as -> display. 2023-07-31 22:41:54 -04:00
comfyanonymous
730a5d170f Merge branch 'slider_toggle' of https://github.com/Guillaume-Fgt/ComfyUI into prs 2023-07-31 15:24:09 -04:00
comfyanonymous
41cf43f89e Merge branch 'SaveLatent_outputs' of https://github.com/fuami/ComfyUI 2023-07-31 15:23:02 -04:00
Guillaume Faguet
6cdc9afc7c pass slider type as option 2023-07-31 08:48:44 +02:00
comfyanonymous
4a77fcd6ab Only shift text encoder to vram when CPU cores are under 8. 2023-07-31 00:08:54 -04:00