doctorpangloss
3d1d833e6f
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-07-15 14:22:49 -07:00
doctorpangloss
8cdc246450
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-06-17 16:19:48 -07:00
doctorpangloss
3cc3173625
Investigate better support for PyPi
2024-06-13 13:34:48 -07:00
doctorpangloss
f6388683e0
Fix issues with base_nodes
2024-06-13 13:16:25 -07:00
doctorpangloss
e7682ced56
Better support for transformers t5
2024-06-10 20:22:17 -07:00
doctorpangloss
af814c7390
pytorch-triton-rocm now installs successfully
2024-05-22 22:59:04 -07:00
doctorpangloss
35cf996b68
ROCm 6.0 seems to require get_device_name to be called before memory methods in order to return valid data
2024-05-22 22:09:07 -07:00
doctorpangloss
bb159a219e
Fix pip 22 bug, prefer vendor index URLs over PyPi
2024-05-22 21:26:44 -07:00
doctorpangloss
c0fc1d1458
Add pytorch-triton-rocm to dependencies when targeting AMD because accelerate needs to find it in the rocm repo
2024-05-22 21:21:23 -07:00
doctorpangloss
0fcd07962f
Add Intel, AMD Linux Dockerfiles, improve error messages on AMD
2024-05-22 21:16:34 -07:00
doctorpangloss
4d060f0555
Improve support for extra models
2024-05-01 16:58:29 -07:00
doctorpangloss
f87da9b75e
Remove 3.9 support
2024-03-27 15:00:32 -07:00
doctorpangloss
175a50d7ba
Improve vanilla node importing
2024-03-08 16:29:48 -08:00
doctorpangloss
2c882bb66c
Add Dockerfile. Update README and clarify purpose of this fork. Fix installation with pre-existing torch on Linux. Include container documentation
2024-02-28 10:29:08 -08:00
doctorpangloss
bf4f8a6ed3
Revert to be installable again
2024-02-22 13:20:13 -08:00
doctorpangloss
c941ee09fc
Improve nodes handling
2024-02-21 23:44:16 -08:00
doctorpangloss
0673262940
Fix entrypoints, add comfyui-worker entrypoint
2024-02-08 19:08:42 -08:00
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