Skip to content

feature: diffusers-models #892

@kalle07

Description

@kalle07

Is it possible to convert pure image models, or is that not possible or too time-consuming?

like
https://huggingface.co/Qwen/Qwen-Image
or
https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct
or
https://huggingface.co/black-forest-labs/FLUX.1-dev

ok, qwen_vl seems to work but how i use
auto_round_mllm
in python code, or must i call directly the exe with parameters?

from auto_round import AutoRound
autoround = AutoRound(model, tokenizer, bits=bits, group_size=group_size, sym=sym, batch_size=4, low_gpu_mem_usage=True, disable_opt_rtn=True)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions