Paweł Kania
c65514e283
add optional webhook after job finished, allow to send prompt_id with api request
...
api params to send:
```
{
"prompt": "json - comfyui workflow exported as api format",
"prompt_id": "uuidv4", # optional - you can use it to reference your db record for job - webhook will contain this uuid
"webhook_url": "url to send results from comfyui after job is complete",
}
```
Comfyui will rspond to webhook url with params:
```
{
"prompt_id": "uuidv4 you provided during job creation (or autogenerated in comfyui during job creation)",
"execution_time": 32.7151094869987, # (in seconds)
"status": "success/error",
"result": {"outputs": {}} # same format as in history endpoint
}
```
2024-10-18 11:20:12 +02:00
comfyanonymous
b6f09cf649
Add sentencepiece dependency.
2024-07-11 22:58:03 -04:00
comfyanonymous
9f291d75b3
AuraFlow model implementation.
2024-07-11 16:52:26 -04:00
comfyanonymous
55f0dc124e
Add soundfile dependency so that windows can save audio.
2024-06-18 09:57:40 -04:00
comfyanonymous
bb1969cab7
Initial support for the stable audio open model.
2024-06-15 12:14:56 -04:00
comfyanonymous
4134564dc1
Require safetensors library to be at least 0.4.2 for fp8 support.
2024-06-11 06:26:13 -04:00
comfyanonymous
9a151b7def
Fix issue and unpin spandrel package.
2024-05-26 13:44:47 -04:00
Joey Ballentine
8cfd677cc0
Replace chainner_models with Spandrel package ( #2146 )
...
* Replace chainner_models with Spandrel
* Update to latest spandrel
* Use spandrel_foss instead
* update spandrel to new FOSS-compliant version
2024-05-26 13:44:17 -04:00
Dmytro Mishkin
6d8834f08f
Add Morphology nodes from kornia ( #2781 )
...
* import kornia
* Added morphology nodexs
* Add kornia to requirements
* fix choices
* options, also move to postprocessors
* fix placing and step
2024-03-04 12:50:28 -05:00
comfyanonymous
257c2eaaa4
Merge branch 'patch-1' of https://github.com/savolla/ComfyUI
2023-12-25 12:24:31 -05:00
comfyanonymous
36a7953142
Greatly improve lowvram sampling speed by getting rid of accelerate.
...
Let me know if this breaks anything.
2023-12-22 14:38:45 -05:00
Oleksiy Nehlyadyuk
40ea2bd011
Update requirements.txt
...
the UI launches with one missing module `torchvision`. spits out a `ModuleNotFoundError`. installing `torchvision` module fixed it.
2023-12-19 17:07:55 +03:00
comfyanonymous
a5599ed42c
Add missing direct dep that gets pulled in by another.
2023-08-08 10:45:35 -04:00
comfyanonymous
c910b4a01c
Remove unused code and torchdiffeq dependency.
2023-07-28 21:32:27 -04:00
comfyanonymous
735ac4cf81
Remove pytorch_lightning dependency.
2023-06-13 10:11:33 -04:00
comfyanonymous
cb180b9998
Add some missing direct dependencies that were getting pulled indirectly.
2023-06-13 02:45:26 -04:00
comfyanonymous
f0a2b81cd0
Cleanup: Remove a bunch of useless files.
2023-06-13 02:19:08 -04:00
藍+85CD
1ced2bdd2d
Specify safetensors version to avoid upstream errors
...
https://github.com/huggingface/safetensors/issues/142
2023-04-05 21:25:37 +08:00
comfyanonymous
7a7c4e7f73
Not compatible with transformers below this version.
2023-03-29 13:13:03 -04:00
comfyanonymous
54dbfaf2ec
Remove omegaconf dependency and some ci changes.
2023-03-13 14:49:18 -04:00
pythongosssss
70b3311478
Removed socketio
2023-02-25 12:31:16 +00:00
pythongosssss
a52aa9f4b5
Moved api out to server
...
Reworked sockets to use socketio
Added progress to nodes
Added highlight to active node
Added preview to saveimage node
2023-02-21 19:29:49 +00:00
pythongosssss
639d21e5f7
Added aiohttp requirement
2023-02-12 18:31:26 +00:00
comfyanonymous
534736b924
Add some low vram modes: --lowvram and --novram
2023-02-08 11:37:10 -05:00
comfyanonymous
220afe3310
Initial commit.
2023-01-16 22:37:14 -05:00