mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-01-23 18:44:31 +08:00
Update model_optimization_nodes.py
This commit is contained in:
parent
39d152e042
commit
c2712d7781
@ -1930,6 +1930,7 @@ class GGUFLoaderKJ(io.ComfyNode):
|
||||
return io.Schema(
|
||||
node_id="GGUFLoaderKJ",
|
||||
category="KJNodes/experimental",
|
||||
description="Loads a GGUF model with advanced options, requires [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) to be installed.",
|
||||
is_experimental=True,
|
||||
inputs=[
|
||||
io.Combo.Input("model_name", options=[x for x in folder_paths.get_filename_list("unet_gguf")]),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user