Benjamin Berman
10b8be1c1f
fix erroneous sys.version
2023-08-07 17:04:02 -07:00
Benjamin Berman
3ed81c19e9
select bog standard for linux arm64 since nightlies aren't built for it
2023-08-04 16:26:13 -07:00
Benjamin Berman
3216d1c6b0
fix image upload, running from main
2023-08-04 15:44:02 -07:00
Benjamin Berman
e78702d4b9
explain how to start comfyui again
2023-08-04 15:44:02 -07:00
Benjamin Berman
b8f6cb07c0
explain how to navigate to a directory
2023-08-04 15:44:02 -07:00
Benjamin Berman
45fcdc127b
try to hide nodes for installing to chatgpt
2023-08-04 15:44:02 -07:00
Benjamin Berman
5af026f1f6
use the stable index for nvidia for now since nightlies don't resolve correctly
2023-08-04 15:44:02 -07:00
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