Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kijai committed Feb 21, 2025
1 parent ecd60a6 commit 8e0283b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
5 changes: 0 additions & 5 deletions hyvideo/diffusion/pipelines/pipeline_hunyuan_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,6 @@ class HunyuanVideoPipeline(DiffusionPipeline):
A scheduler to be used in combination with `unet` to denoise the encoded image latents.
"""

#model_cpu_offload_seq = "transformer"
# _optional_components = ["text_encoder_2"]
# _exclude_from_cpu_offload = ["transformer"]
# _callback_tensor_inputs = ["latents", "prompt_embeds", "negative_prompt_embeds"]

def __init__(
self,
transformer: HYVideoDiffusionTransformer,
Expand Down
13 changes: 0 additions & 13 deletions nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,6 @@
from .hyvideo.diffusion.schedulers.scheduling_sasolver import SASolverScheduler
from. hyvideo.diffusion.schedulers.scheduling_unipc_multistep import UniPCMultistepScheduler

# from diffusers.schedulers import (
# DDIMScheduler,
# PNDMScheduler,
# DPMSolverMultistepScheduler,
# EulerDiscreteScheduler,
# EulerAncestralDiscreteScheduler,
# UniPCMultistepScheduler,
# HeunDiscreteScheduler,
# SASolverScheduler,
# DEISMultistepScheduler,
# LCMScheduler
# )

scheduler_mapping = {
"FlowMatchDiscreteScheduler": FlowMatchDiscreteScheduler,
"SDE-DPMSolverMultistepScheduler": DPMSolverMultistepScheduler,
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "comfyui-hunyuanvideowrapper"
name = "ComfyUI-HunyuanVideoWrapper"
description = "ComfyUI diffusers wrapper nodes for [a/HunyuanVideo](https://github.com/Tencent/HunyuanVideo)"
version = "1.0.2"
version = "1.0.3"
license = {file = "LICENSE"}
dependencies = ["accelerate >= 1.2.1", "diffusers >= 0.31.0", "transformers >= 4.47.0", "jax >= 0.4.28"]
dependencies = ["accelerate >= 1.2.1", "diffusers >= 0.31.0", "transformers >= 4.47.0", "jax >= 0.4.28", "timm >= 0.6.13"]

[project.urls]
Repository = "https://github.com/kijai/ComfyUI-HunyuanVideoWrapper"
Expand Down

0 comments on commit 8e0283b

Please sign in to comment.