Instructions to use geceff/Wan2.2-Custom-Models-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Wan2.2
How to use geceff/Wan2.2-Custom-Models-GGUF with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
File size: 2,236 Bytes
ac2684b 2ab019b ac2684b b6454cb ac2684b b7904c3 ac2684b b7904c3 ac2684b 4c4aa64 ac2684b b7904c3 4c4aa64 b7904c3 ac2684b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | ---
license: apache-2.0
language:
- en
- zh
- th
base_model: text-to-video-synthesis
pipeline_tag: image-to-video
library_name: gguf
tags:
- image-to-video
- wan2.2
- comfyui
- GGUF
---
# Wan2.2 Custom GGUF (Tesla T4 Optimized)
This repository provides highly optimized **Wan2.2 Image-to-Video (I2V) GGUF+LIGHNINGV2** and custom models. These variants are fine-tuned for running efficiently on memory-constrained environments, such as Google Colab equipped with an NVIDIA Tesla T4 GPU.
---
## ⚡ Optimal Settings for ComfyUI
To achieve perfect video motion without artifacts or image degradation (preventing fried or oversaturated visuals), we strongly recommend using the following parameters:
| Parameter | Recommended Value | Note |
| :--- | :--- | :--- |
| **Sampling Steps** | `4` | When using Wan2.2 Lightning / Distilled V2 |
| **CFG Scale** | `1.0` | Crucial for preventing burnt images |
| **High Noise Steps** | `2` or `3` | To lock in strong motion and structure before the Lightning layer clears noise |
| **low Noise Steps** | `3` or `4 |
| **Sampler / Scheduler** | `euler` + `simple` | Standard diffusion setup |
*(Note for Higher Quality: If you want to achieve higher visual fidelity and enhance micro-details, it is highly recommended to use `wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors` as your final step. This hybrid approach significantly sharpens fine details and effectively eliminates motion blur during camera movements. This multi-step workflow is recommended for NVIDIA Tesla T4 GPUs or higher, and it can be seamlessly combined with any other GGUF High Noise models available in this repository.)
## 💾 Available Model Variants
Choose the right variant based on your creative workflow and VRAM configuration:
### 🔥 High Noise Models (`wan2.2_i2v_high_noise_...`)
* **Best for:** Creative, high-motion generation, and diverse camera movements.
* **Available Quantizations:** `Q4_K_M`, `Q6_K_L`, `Q6_K`, `Q8_H`
### ❄️ Low Noise Models (`wan2.2_i2v_low_noise_...`)
* **Best for:** High fidelity, generation stability, and strictly adhering to the prompt or structural layout of your starting frame.
* **Available Quantizations:** `Q4_K_M`, `Q6_K_L`, `Q6_K`, `Q8_H`, and `fp8_scaled` |