Benjamin Berman
b8fc850b47
Correctly preserves your installed torch when installed like pip install --no-build-isolation git+ https://github.com/hiddenswitch/ComfyUI.git
2024-02-08 08:36:05 -08:00
doctorpangloss
8e9052c843
Merge with upstream
2024-02-07 14:27:50 -08:00
doctorpangloss
2400da51e5
PyInstaller
2024-01-29 17:02:45 -08:00
doctorpangloss
739195b127
Fix tests
2024-01-05 15:11:21 -08:00
doctorpangloss
345825dfb5
Fix issues with missing __init__ in upscaler, move web/ directory to comfy/web so that the need for symbolic link support on windows is eliminated
2024-01-03 16:35:00 -08:00
doctorpangloss
369aeb598f
Merge upstream, fix 3.12 compatibility, fix nightlies issue, fix broken node
2024-01-03 16:00:36 -08:00
doctorpangloss
bf42e687fd
Fix more nodes
2024-01-03 14:29:16 -08:00
Benjamin Berman
d21655b5a2
merge upstream
2023-10-17 14:47:59 -07:00
doctorpangloss
3a56b15bc2
use comfyui.custom_nodes as the plugin entrypoint and fix the protocol
2023-08-24 22:23:12 -07:00
Benjamin Berman
e9365c4678
wip
2023-08-23 16:14:12 -07:00
Benjamin Berman
2ed2f86117
comfy_extras should not be its own toplevel package
2023-08-22 12:15:57 -07:00
Benjamin Berman
9897c9c9bd
remove bitsandbytes, rembg deps
2023-08-21 12:36:42 -07:00
Benjamin Berman
cff13ace64
node tweaks
2023-08-21 11:44:51 -07:00
Benjamin Berman
705c4caad3
include openapi spec
2023-08-08 12:52:16 -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
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
3d3c5ae344
wip
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
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
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