CFG:1,4 steps.
CFG:1.5,5~8 steps.
--
下載Lora Manager.
下載Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora.
將Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora的lora權重設定為1。
(此工作流"ZImageTurbo"也可使用,只需不要添加Turbo lora.)
--
Download Lora Manager.
Download Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora.
Set the lora weight of Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora to 1.
(This workflow "ZImageTurbo" can also be used, just don't add Turbo Lora.)
--
先安裝缺失的節點.
下載face_yolov9c.pt
https://huggingface.co/Bingsu/adetailer/blob/main/face_yolov9c.pt
將face_yolov9c.pt放入以下路徑:ComfyUI\models\ultralytics\bbox
--
將sam_vit_b_01ec64.pth放入以下路徑:ComfyUI\models\sams
--
如果面部修復功能沒有生效時,需提高"guide size"的數字.
"FaceDetailer"安裝有錯誤時,請參考"ComfyUI-Impact-Pack"中的教學.
--
四倍放大圖片需下載4x-Ultrasharp,並將它放入以下路徑: ComfyUI\models\upscale_models
“放大 latent 空間”中的”去雜訊強度”數字越大整題構圖的改變將會越大。
--
Install the missing nodes first.
Download face_yolov9c.pt
https://huggingface.co/Bingsu/adetailer/blob/main/face_yolov9c.pt
Place face_yolov9c.pt in the following path:ComfyUI\models\ultralytics\bbox
--
Download sam_vit_b_01ec64.pth
Place sam_vit_b_01ec64.pth in the following path: ComfyUI\models\sams
--
If the facial repair function is ineffective, the "guide size" number needs to be increased.
--
If you encounter an error during the installation of "FaceDetailer", please refer to the tutorial in "ComfyUI-Impact-Pack".
--
To enlarge an image by 4x, download 4x-Ultrasharp and place it in the following path: ComfyUI\models\upscale_models.
The larger the "denoise" number in "Enlarge the latent space", the greater the change in the overall structure of the problem.
text_encoders
diffusion_models
vae
我的其他檢查站和Lora。
My other checkpoints and Lora.
Description
CFG:1,4 steps.
CFG:1.5,5~8 steps.
--
下載Lora Manager.
下載Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora.
將Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora的lora權重設定為1。
--
Download Lora Manager.
Download Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora.
Set the lora weight of Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI lora to 1.
--
先安裝缺失的節點.
下載face_yolov9c.pt
https://huggingface.co/Bingsu/adetailer/blob/main/face_yolov9c.pt
將face_yolov9c.pt放入以下路徑:ComfyUI\models\ultralytics\bbox
--
將sam_vit_b_01ec64.pth放入以下路徑:ComfyUI\models\sams
--
如果面部修復功能沒有生效時,需提高"guide size"的數字.
"FaceDetailer"安裝有錯誤時,請參考"ComfyUI-Impact-Pack"中的教學.
--
四倍放大圖片需下載4x-Ultrasharp,並將它放入以下路徑: ComfyUI\models\upscale_models
“放大 latent 空間”中的”去雜訊強度”數字越大整題構圖的改變將會越大。
--
Install the missing nodes first.
Download face_yolov9c.pt
https://huggingface.co/Bingsu/adetailer/blob/main/face_yolov9c.pt
Place face_yolov9c.pt in the following path:ComfyUI\models\ultralytics\bbox
--
Download sam_vit_b_01ec64.pth
Place sam_vit_b_01ec64.pth in the following path: ComfyUI\models\sams
--
If the facial repair function is ineffective, the "guide size" number needs to be increased.
--
If you encounter an error during the installation of "FaceDetailer", please refer to the tutorial in "ComfyUI-Impact-Pack".
--
To enlarge an image by 4x, download 4x-Ultrasharp and place it in the following path: ComfyUI\models\upscale_models.
The larger the "denoise" number in "Enlarge the latent space", the greater the change in the overall structure of the problem.
text_encoders
diffusion_models
vae
FAQ
Comments (3)
Hi! I'm using the workflows that you provide but the Lora Loader cannot read the folder with the Z-Image Turbo loras. It reads the path correctly for LyCoris and Wan loras, but won't load any Z-Image loras.
FileNotFoundError: [Errno 2] No such file or directory: 'Z-Image-Fun-Lora-Distill-4-Steps-2602-ComfyUI'
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 524, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 333, in get_output_data
return_values = await asyncmap_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, v3_data=v3_data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lora-manager\py\metadata_collector\metadata_hook.py", line 171, in async_map_node_over_list_with_metadata
results = await original_map_node_over_list(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<2 lines>...
)
^
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 307, in asyncmap_node_over_list
await process_inputs(input_dict, i)
File "D:\ComfyUI_windows_portable\ComfyUI\execution.py", line 295, in process_inputs
result = f(**inputs)
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lora-manager\py\nodes\lora_loader.py", line 161, in load_loras
model, clip, loaded_loras, all_trigger_words = applyentries(model, clip, lora_entries, nunchaku_model_kind)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lora-manager\py\nodes\lora_loader.py", line 106, in applyentries
lora = comfy.utils.load_torch_file(entry["absolute_path"], safe_load=True)
File "D:\ComfyUI_windows_portable\ComfyUI\comfy\utils.py", line 143, in load_torch_file
pl_sd = torch.load(ckpt, map_location=device, weights_only=True, **torch_args)
File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-impact-subpack\modules\subcore.py", line 216, in torch_wrapper
return orig_torch_load(*args, **load_kwargs)
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 1500, in load
with openfile_like(f, "rb") as opened_file:
~~~~~~~~~~~~~~~^^^^^^^^^
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 768, in openfile_like
return openfile(name_or_buffer, mode)
File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\serialization.py", line 749, in init
super().__init__(open(name, mode)) # noqa: SIM115
~~~~^^^^^^^^^^^^
Lora in the standard folder
Download the lora into loramanager






