Skip to content

Instantly share code, notes, and snippets.

View lonngxiang's full-sized avatar

dragon10 lonngxiang

  • China
View GitHub Profile
@DN6
DN6 / flux_gguf_torch_compile.py
Created April 7, 2025 17:16
GGUF + Torch Compile
# Setup
# ----------------------
# Install torch from nightly
# `pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu126`
# Install diffusers
# `pip install diffusers`
import torch
from diffusers import FluxPipeline, FluxTransformer2DModel, GGUFQuantizationConfig