We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0458f7 commit 9e2c0c9Copy full SHA for 9e2c0c9
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "comfyui-diffusers"
3
-description = "This extension enables the use of the diffuser pipeline in ComfyUI."
+description = "This extension enables the use of the diffuser pipeline in ComfyUI. It also includes nodes related to Stream Diffusion."
4
version = "1.0.0"
5
license = "LICENSE"
6
dependencies = ["diffusers[torch]", "accelerate", "transformers", "safetensors", "omegaconf", "pytorch_lightning", "xformers", "git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=streamdiffusion[tensorrt]"]
0 commit comments