Instructions to use AEmotionStudio/ComfyUI-Model-Backups with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use AEmotionStudio/ComfyUI-Model-Backups with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AEmotionStudio/ComfyUI-Model-Backups", filename="clip/Qwen2.5-VL-7B-Instruct-abliterated.Q8_0.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use AEmotionStudio/ComfyUI-Model-Backups with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: ./llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Use Docker
docker model run hf.co/AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
- LM Studio
- Jan
- Ollama
How to use AEmotionStudio/ComfyUI-Model-Backups with Ollama:
ollama run hf.co/AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
- Unsloth Studio
How to use AEmotionStudio/ComfyUI-Model-Backups with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AEmotionStudio/ComfyUI-Model-Backups to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for AEmotionStudio/ComfyUI-Model-Backups to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for AEmotionStudio/ComfyUI-Model-Backups to start chatting
- Pi
How to use AEmotionStudio/ComfyUI-Model-Backups with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use AEmotionStudio/ComfyUI-Model-Backups with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Run Hermes
hermes
- Docker Model Runner
How to use AEmotionStudio/ComfyUI-Model-Backups with Docker Model Runner:
docker model run hf.co/AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
- Lemonade
How to use AEmotionStudio/ComfyUI-Model-Backups with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull AEmotionStudio/ComfyUI-Model-Backups:Q4_K_S
Run and chat with the model
lemonade run user.ComfyUI-Model-Backups-Q4_K_S
List all available models
lemonade list
Add diffusion_models backup
Browse files- diffusion_models/MelBandRoformer_fp16.safetensors +3 -0
- diffusion_models/Wan2.1_T2V_14B_FusionX_VACE-FP8_e4m3fn.safetensors +3 -0
- diffusion_models/Wan2_1-T2V-1_3B_FlashVSR_fp32.safetensors +3 -0
- diffusion_models/Wan2_1-VACE_module_14B_bf16.safetensors +3 -0
- diffusion_models/Wan2_1-Wan-I2V-MAGREF-14B_fp8_e4m3fn.safetensors +3 -0
- diffusion_models/Wan2_1_FantasyPortrait_fp16.safetensors +3 -0
- diffusion_models/Wan2_1_FlashVSR_LQ_proj_model_bf16.safetensors +3 -0
- diffusion_models/Wan2_2-5B-Ovi_960x960_10s_fp8_e4m3fn_scaled_KJ.safetensors +3 -0
- diffusion_models/Wan2_2-Animate-14B_fp8_e4m3fn_scaled_KJ.safetensors +3 -0
- diffusion_models/Wan2_2_Ovi_Audio_fp8_e4m3fn_scaled_KJ.safetensors +3 -0
- diffusion_models/Wan2_2_Ovi_Video_fp8_e4m3fn_scaled_KJ.safetensors +3 -0
- diffusion_models/WanVideo_2_1_Multitalk_14B_fp8_e4m3fn.safetensors +3 -0
- diffusion_models/facecam_wan2.2_14b_high_bf16.safetensors +3 -0
- diffusion_models/facecam_wan2.2_14b_high_fp8.safetensors +3 -0
- diffusion_models/facecam_wan2.2_14b_high_merged_fp8.safetensors +3 -0
- diffusion_models/facecam_wan2.2_14b_low_bf16.safetensors +3 -0
- diffusion_models/facecam_wan2.2_14b_low_fp8.safetensors +3 -0
- diffusion_models/facecam_wan2.2_14b_low_merged_fp8.safetensors +3 -0
- diffusion_models/flux-2-klein-4b-fp8.safetensors +3 -0
- diffusion_models/flux-2-klein-base-9b-fp8.safetensors +3 -0
- diffusion_models/lotus-depth-d-v1-1.safetensors +3 -0
- diffusion_models/qwen_image_edit_2511_fp8mixed.safetensors +3 -0
- diffusion_models/svdq-int4_r128-qwen-image-lightningv1.0-4steps.safetensors +3 -0
- diffusion_models/svdq-int4_r32-flux.1-depth-dev.safetensors +3 -0
- diffusion_models/svdq-int4_r32-flux.1-dev.safetensors +3 -0
- diffusion_models/svdq-int4_r32-flux.1-kontext-dev.safetensors +3 -0
- diffusion_models/svdq-int4_r32-flux.1-krea-dev.safetensors +3 -0
- diffusion_models/svdq-int4_r32-flux.1-schnell.safetensors +3 -0
- diffusion_models/svdq-int4_r32-qwen-image-edit-2509-lightningv2.0-4steps.safetensors +3 -0
- diffusion_models/svdq-int4_r32-shuttle-jaguar.safetensors +3 -0
- diffusion_models/svdq-int4_r32-z-image-turbo.safetensors +3 -0
- diffusion_models/wan2.1_t2v_1.3B_fp16.safetensors +3 -0
- diffusion_models/wan2.1_t2v_14B_fp8_e4m3fn.safetensors +3 -0
- diffusion_models/wan2.2_i2v_high_noise_14B_fp16.safetensors +3 -0
- diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors +3 -0
- diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors +3 -0
- diffusion_models/whisper_large_v3_encoder_fp16.safetensors +3 -0
- diffusion_models/z_image_turbo_bf16.safetensors +3 -0
- diffusion_models/z_image_turbo_fp8_e4m3fn.safetensors +3 -0
- diffusion_models/zimageTurboNSFWBy_2602NSFWBF16.safetensors +3 -0
diffusion_models/MelBandRoformer_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6119aef379a6c7264e0b37db65ae1e6488b8ca4a00baf56d6d244737b8488226
|
| 3 |
+
size 456479072
|
diffusion_models/Wan2.1_T2V_14B_FusionX_VACE-FP8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:531c7db635dfaa8aa7ab0eec39945bc1c6153445a9b76ae5079971f779ef29ea
|
| 3 |
+
size 17344651256
|
diffusion_models/Wan2_1-T2V-1_3B_FlashVSR_fp32.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b05be65078a22000d8efdb6ce212133fd043255371c015329e9f3d31645c62c5
|
| 3 |
+
size 5676070392
|
diffusion_models/Wan2_1-VACE_module_14B_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66a4bd41ec0fc58f1ff6d1313e06cd9a4c24ab60171a5846937536f8d4de6a65
|
| 3 |
+
size 6098227873
|
diffusion_models/Wan2_1-Wan-I2V-MAGREF-14B_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b397bd455b6d1cc2c638a6d7fffb4ef51aaa0df67aada564e8a5559f6b5ae79f
|
| 3 |
+
size 17135435696
|
diffusion_models/Wan2_1_FantasyPortrait_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1b80e53849a80713c54775f1fcaad798a6d7f03a916b374baaa79f7020be9794
|
| 3 |
+
size 2046114748
|
diffusion_models/Wan2_1_FlashVSR_LQ_proj_model_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c3f14c76b139aaf080a076e074f4214139c4eb80bc4a3dedad56ce0722b7b28
|
| 3 |
+
size 575692608
|
diffusion_models/Wan2_2-5B-Ovi_960x960_10s_fp8_e4m3fn_scaled_KJ.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ddbb9099bfa26ea0ec5d599624eae81f3401bcd31916c37ef59e25c19e5ff7f
|
| 3 |
+
size 12374673976
|
diffusion_models/Wan2_2-Animate-14B_fp8_e4m3fn_scaled_KJ.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2936b31473a967e7a429a6646bba60e7862d0938e178b58b2a140f391dd5b8e6
|
| 3 |
+
size 18401760586
|
diffusion_models/Wan2_2_Ovi_Audio_fp8_e4m3fn_scaled_KJ.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4f8c1ebb90e65d30665fc2add207c4eccd45bfbe53aff3fc25abde0aef10392
|
| 3 |
+
size 6715139258
|
diffusion_models/Wan2_2_Ovi_Video_fp8_e4m3fn_scaled_KJ.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4705c6d98f0a947b9ae37fd25a6d2b42ba87b64f2aae2c5acfc9d02045cd62b4
|
| 3 |
+
size 5659534010
|
diffusion_models/WanVideo_2_1_Multitalk_14B_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8620f05821c7ad28ef4d92349ef1e294c0f562b60a6f94840fceaa4de68b2834
|
| 3 |
+
size 2712714720
|
diffusion_models/facecam_wan2.2_14b_high_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95c9cedd0cbec566924b156a0030a299e4758e8f8199719c1beca7038a23b657
|
| 3 |
+
size 8392592072
|
diffusion_models/facecam_wan2.2_14b_high_fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c8a10e9182419519b8ef72ff29da1cdc67b896986f6dfcaed5ddadfd0445aa4
|
| 3 |
+
size 4196317968
|
diffusion_models/facecam_wan2.2_14b_high_merged_fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38661fb54d7f7c1cd63b9d5f34be914f81c4ebaec4a25f60235d6548e16115b7
|
| 3 |
+
size 14292774176
|
diffusion_models/facecam_wan2.2_14b_low_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93336db3404a7ee168e3c88d4bd60c57b0ef56da181e89db7b782a670d0e4d4f
|
| 3 |
+
size 8392592072
|
diffusion_models/facecam_wan2.2_14b_low_fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a0eeade4dca6a5fa8c8da90b4670f71dd95ad93a1ea0b79a4b75eb73d2f5775
|
| 3 |
+
size 4196317968
|
diffusion_models/facecam_wan2.2_14b_low_merged_fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a08bbe3499c97acc4ea232f96744a1daea6c1ffc5bb35dee5fcdd15930be0ba
|
| 3 |
+
size 14292774176
|
diffusion_models/flux-2-klein-4b-fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97ed34fe0567e436200f2faee3939b88f2b5d99f8af2a4dc16532c4245c0ccb6
|
| 3 |
+
size 4070624520
|
diffusion_models/flux-2-klein-base-9b-fp8.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9f5028c24a7a96f4f45beb883aad287d9bccc246227a6803edc898ddda42cf4
|
| 3 |
+
size 9567278472
|
diffusion_models/lotus-depth-d-v1-1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc1394219a04afdd9f72ad41ea0d3dfa435603fc7831a0ac5b884cc2b2ebf688
|
| 3 |
+
size 1735197352
|
diffusion_models/qwen_image_edit_2511_fp8mixed.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9fdc158e46d3b61ef75f21ae866ca2fe808bf4a53643120d1c1e87c19280a4e
|
| 3 |
+
size 20533762817
|
diffusion_models/svdq-int4_r128-qwen-image-lightningv1.0-4steps.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f21383abed9bb4bcf580007807738b1ee929eb36686e48d5bd4650861b94e685
|
| 3 |
+
size 12654443144
|
diffusion_models/svdq-int4_r32-flux.1-depth-dev.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ec2046bf12c7adf5782a5262eaf4ef8e6d4c83e6a2bc4854d1b73034090e6f9
|
| 3 |
+
size 6768703136
|
diffusion_models/svdq-int4_r32-flux.1-dev.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26953e71e2f3c270bb1ccaf044122890056375b5d295c6fea876b0d594f207c2
|
| 3 |
+
size 6768309832
|
diffusion_models/svdq-int4_r32-flux.1-kontext-dev.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dceaae1666bd76402bb9e47a9431a51b2b528f921502ee92b90257717acbebb
|
| 3 |
+
size 6768310048
|
diffusion_models/svdq-int4_r32-flux.1-krea-dev.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1dffa6bf3ffe935092818c5135bf66e0cdd4a934afc3a8f3e1e99aa74a1ecf5
|
| 3 |
+
size 6768309832
|
diffusion_models/svdq-int4_r32-flux.1-schnell.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:187567fc6ee5dc3b644d24ebbf9c75e4e92ed3a1beef26316c67b7c660c23af3
|
| 3 |
+
size 6747849760
|
diffusion_models/svdq-int4_r32-qwen-image-edit-2509-lightningv2.0-4steps.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d995e64c2df2b0573fb5752c5b29160b826e60dc61dd57a2b8c30f9e17ad22b4
|
| 3 |
+
size 11521979944
|
diffusion_models/svdq-int4_r32-shuttle-jaguar.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbdd592d6e59a75a3d167b261e7ea2484385915fa701a1f4551fe7ffb8b04f04
|
| 3 |
+
size 6747849768
|
diffusion_models/svdq-int4_r32-z-image-turbo.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a860c9d533b98a461b98bf39cd17ee921ee1417d43dd01cb935050ac1eb8c80a
|
| 3 |
+
size 3610293392
|
diffusion_models/wan2.1_t2v_1.3B_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be531024cd9018cb5b48c40cfbb6a6191645b1c792eb8bf4f8c1c6e10f924dc5
|
| 3 |
+
size 2838303560
|
diffusion_models/wan2.1_t2v_14B_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ee88ab18d7ed7691c5b7f8bdc3d0a9815e6efe75499287564830fd209d3cdfb
|
| 3 |
+
size 14289605920
|
diffusion_models/wan2.2_i2v_high_noise_14B_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c21c21efa368d529a982a7d89dd11d86608b5937cae9a125d0ffe5491918a100
|
| 3 |
+
size 28577914792
|
diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6122e79d55e0f235698d11d657f3b196c5273c830da00b2b013c5a048d5e6a42
|
| 3 |
+
size 14294742832
|
diffusion_models/wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5471a457b6ac404202a5fbe6c11595a3d5641fc766b00f38763f72303fffc21e
|
| 3 |
+
size 14294742832
|
diffusion_models/whisper_large_v3_encoder_fp16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe5624f5db7413815a5decbc2afb1f7a8015f37519d6e9ae6dc7fad7c0c6c253
|
| 3 |
+
size 1693870272
|
diffusion_models/z_image_turbo_bf16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2407613050b809ffdff18a4ac99af83ea6b95443ecebdf80e064a79c825574a6
|
| 3 |
+
size 12309866400
|
diffusion_models/z_image_turbo_fp8_e4m3fn.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56c06ad6cb80941e8203d3e248a16ad1263499ba870f2c1931aa724fdc7c25d3
|
| 3 |
+
size 6154958896
|
diffusion_models/zimageTurboNSFWBy_2602NSFWBF16.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85a1093af0667ac19e18b3b04234b695f7e97f766abbdcd3e1b0cbdc75c2db78
|
| 3 |
+
size 12309877328
|