doctorpangloss
95d47276e9
Improve tests and distributed error notifications
...
- Tests now perform faster
- Tests will run on supported GPU platforms
- Configuration has known issues related to setting up a working
directory for an embedded client
- Introduce a Skeletonize node that solves many problems with Canny
- Improve behavior of exception reporting
2024-07-04 10:16:02 -07:00
doctorpangloss
dbc2a4ba29
Disable this lint warning
2024-06-28 18:45:15 -07:00
doctorpangloss
1980c5f236
Use an image with earlier drivers
2024-06-28 18:15:33 -07:00
doctorpangloss
8f1071ea4d
Better error message
2024-06-28 17:53:14 -07:00
doctorpangloss
a485782029
Add lora test prefixed with test_ so that pytest can find it
2024-06-28 17:13:18 -07:00
doctorpangloss
7f81b8345d
Subtle test gathering bug that will have to be investigated
2024-06-28 17:12:06 -07:00
doctorpangloss
2cad5ec0d6
LoRA test
2024-06-28 17:06:29 -07:00
doctorpangloss
531a2c879d
Update readme
2024-06-21 17:49:49 -07:00
doctorpangloss
a315ec1c0a
Assume JSON config files are text, utf-8 encoded
2024-06-20 10:17:04 -07:00
doctorpangloss
faba95d94a
Suppress with # pylint: disable=assignment-from-none because these are legit
2024-06-19 20:47:35 -07:00
doctorpangloss
185ba7e990
Reformat model_base
2024-06-19 20:43:20 -07:00
doctorpangloss
facf68e7b9
These should not raise NotImplemented
2024-06-19 13:40:42 -07:00
doctorpangloss
92f435aba3
Fix progress updates
2024-06-19 13:40:28 -07:00
doctorpangloss
68f410b8da
Autogenerated code is too sensitive to small changes
2024-06-19 09:42:14 -07:00
doctorpangloss
6015c4132f
Fix more unreferenced variables
2024-06-18 21:24:10 -07:00
doctorpangloss
2aecff06ff
Fixing missing __init__.py and other errors that appear when using an IDE
2024-06-18 21:16:37 -07:00
doctorpangloss
ef38598030
Fix validation issues
2024-06-18 20:25:57 -07:00
doctorpangloss
45d553e970
When using quick_test_for_ci, raise import errors
2024-06-18 19:41:22 -07:00
doctorpangloss
3b35aa7846
For now, make torchaudio optional, because this package requires a lot of work to prevent weird dependency issues
2024-06-18 14:44:57 -07:00
doctorpangloss
4e73eb7986
Specify version for open-clip-torch to be more modern
2024-06-18 10:07:11 -07:00
doctorpangloss
265c0549b6
Test on Python 3.12 correctly on latest Ubuntu
2024-06-17 17:20:25 -07:00
doctorpangloss
f6cd2866be
Fix command line for ROCm image
2024-06-17 17:16:35 -07:00
doctorpangloss
17fc1da392
Upgrade pip with --break-system-packages to reduce the toil here
2024-06-17 17:14:08 -07:00
doctorpangloss
c8aa40818c
Use a venv and upgrade pip, setuptools, wheel inside of it
2024-06-17 17:09:30 -07:00
doctorpangloss
dc6464982d
Build without modifying system pip
2024-06-17 16:57:56 -07:00
doctorpangloss
f227722104
Fix pip3 package installation
2024-06-17 16:53:00 -07:00
doctorpangloss
60ec20b857
pip3 too
2024-06-17 16:49:19 -07:00
doctorpangloss
84d5dd0092
Gracefully ignore issues linking Python
2024-06-17 16:44:57 -07:00
doctorpangloss
11ec81cbc4
Remove unused fschat package
2024-06-17 16:40:14 -07:00
doctorpangloss
8909d9c731
Link for python3
2024-06-17 16:39:29 -07:00
doctorpangloss
8cdc246450
Merge branch 'master' of github.com:comfyanonymous/ComfyUI
2024-06-17 16:19:48 -07:00
doctorpangloss
b854c17700
nodejs is required to execute the runner
2024-06-17 15:50:32 -07:00
doctorpangloss
39d9fc8c5d
Deprecate main.py
2024-06-17 15:50:32 -07:00
doctorpangloss
c4e0ec20b4
Remove bad ideas about releasing an embedded Windows build
2024-06-17 15:50:32 -07:00
doctorpangloss
3cb44914f2
workflows
2024-06-17 15:50:12 -07:00
Juanjuan
379ff92e9e
fix app.js no graph defined ( #3754 )
...
* local test
* fix "graph" not found
* fix
---------
Co-authored-by: Xiujuan Li <xiujuali@amazon.com>
2024-06-17 07:56:53 -04:00
Janek Mann
b7c473d1ab
Fix lora keys for SimpleTuner ( #3759 )
2024-06-17 07:55:06 -04:00
doctorpangloss
aab3b6c5a4
Remove unused k_diffusion utils code
2024-06-16 11:27:01 -07:00
doctorpangloss
426e8e66a5
Numpy 2.0.0 release 5 hours ago will now cause issues, so specify earlier version requirement
2024-06-16 11:09:18 -07:00
Benjamin Berman
f2f5ab6232
Merge pull request #9 from MaxTretikov/master
...
Fix all pylint errors and add pylint to CI pipeline
2024-06-16 11:01:55 -07:00
comfyanonymous
6425252c4f
Use fp16 as the default vae dtype for the audio VAE.
2024-06-16 13:12:54 -04:00
comfyanonymous
8ddc151a4c
Squash depreciation warning on new pytorch.
2024-06-16 13:06:23 -04:00
comfyanonymous
ca9d300a80
Better estimation for memory usage during audio VAE encoding/decoding.
2024-06-16 11:47:32 -04:00
comfyanonymous
746a0410d4
Fix VAEEncode with taesd3.
2024-06-16 03:10:04 -04:00
comfyanonymous
04e8798c37
Improvements to the TAESD3 implementation.
2024-06-16 02:04:24 -04:00
Dr.Lt.Data
df7db0e027
support TAESD3 ( #3738 )
2024-06-16 02:03:53 -04:00
comfyanonymous
bb1969cab7
Initial support for the stable audio open model.
2024-06-15 12:14:56 -04:00
comfyanonymous
1281f933c1
Small optimization.
2024-06-15 02:44:38 -04:00
comfyanonymous
f2e844e054
Optimize some unneeded if conditions in the sampling code.
2024-06-15 02:26:19 -04:00
comfyanonymous
0ec513d877
Add a --force-channels-last to inference models in channel last mode.
2024-06-15 01:08:12 -04:00