FineVision: Open Data Is All You Need
Paper
β’
2510.17269
β’
Published
β’
69
None defined yet.
torch.compiletorchaoInt8WeightOnlyConfig is already working flawlessly in our tests.import spaces
from diffusers import FluxPipeline
from torchao.quantization.quant_api import Int8WeightOnlyConfig, quantize_
pipeline = FluxPipeline.from_pretrained(...).to('cuda')
quantize_(pipeline.transformer, Int8WeightOnlyConfig()) # Or any other component(s)
@spaces.GPU
def generate(prompt: str):
return pipeline(prompt).images[0]medium size is now available as a power-user featurelarge (70GB VRAM)βbut this paves the way for:medium will offer significantly more usage than large)xlarge size (141GB VRAM)auto (future default)mediumlarge (current default)largemedium
2 ** search_round) and repeat 1 - 3.