mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-15 03:27:24 +08:00
Merge remote-tracking branch 'upstream/master' into save_3d_update
This commit is contained in:
commit
aac9a56d79
@ -1443,7 +1443,7 @@ class HiDreamO1(supported_models_base.BASE):
|
|||||||
}
|
}
|
||||||
|
|
||||||
latent_format = latent_formats.HiDreamO1Pixel
|
latent_format = latent_formats.HiDreamO1Pixel
|
||||||
memory_usage_factor = 0.6
|
memory_usage_factor = 0.033
|
||||||
# fp16 not supported: LM MLP down_proj activations fp16 overflow, causing NaNs
|
# fp16 not supported: LM MLP down_proj activations fp16 overflow, causing NaNs
|
||||||
supported_inference_dtypes = [torch.bfloat16, torch.float32]
|
supported_inference_dtypes = [torch.bfloat16, torch.float32]
|
||||||
|
|
||||||
|
|||||||
@ -297,6 +297,7 @@ class LoadAudio(IO.ComfyNode):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
input_dir = folder_paths.get_input_directory()
|
input_dir = folder_paths.get_input_directory()
|
||||||
|
os.makedirs(input_dir, exist_ok=True)
|
||||||
files = folder_paths.filter_files_content_types(os.listdir(input_dir), ["audio", "video"])
|
files = folder_paths.filter_files_content_types(os.listdir(input_dir), ["audio", "video"])
|
||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="LoadAudio",
|
node_id="LoadAudio",
|
||||||
|
|||||||
@ -123,6 +123,7 @@ class CreateVideo(io.ComfyNode):
|
|||||||
search_aliases=["images to video"],
|
search_aliases=["images to video"],
|
||||||
display_name="Create Video",
|
display_name="Create Video",
|
||||||
category="video",
|
category="video",
|
||||||
|
essentials_category="Video Tools",
|
||||||
description="Create a video from images.",
|
description="Create a video from images.",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Image.Input("images", tooltip="The images to create a video from."),
|
io.Image.Input("images", tooltip="The images to create a video from."),
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
comfyui-frontend-package==1.43.18
|
comfyui-frontend-package==1.43.18
|
||||||
comfyui-workflow-templates==0.9.73
|
comfyui-workflow-templates==0.9.73
|
||||||
comfyui-embedded-docs==0.4.4
|
comfyui-embedded-docs==0.5.0
|
||||||
torch
|
torch
|
||||||
torchsde
|
torchsde
|
||||||
torchvision
|
torchvision
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user