mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2026-05-14 09:36:53 +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(
|
return io.Schema(
|
||||||
node_id="GGUFLoaderKJ",
|
node_id="GGUFLoaderKJ",
|
||||||
category="KJNodes/experimental",
|
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,
|
is_experimental=True,
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Combo.Input("model_name", options=[x for x in folder_paths.get_filename_list("unet_gguf")]),
|
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