Instructions to use V10LabsAI/diffu-0.2-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use V10LabsAI/diffu-0.2-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-4B-Instruct") model = PeftModel.from_pretrained(base_model, "V10LabsAI/diffu-0.2-adapter") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5dc582a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6e33834cbeb967f7bdf77cedab4169a4f9c3e83b43099731f62a8936f413b164
size 4792
|