Text-to-Image
Diffusers
Safetensors
English
QuantFuncPipeline
custom_qwen_image
image-generation
diffusion
quantized
quantfunc
Instructions to use QuantFunc/Qwen-Image-Series with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use QuantFunc/Qwen-Image-Series with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("QuantFunc/Qwen-Image-Series", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
add LICENSE
Browse files
LICENSE
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
QuantFunc Model License — PLACEHOLDER (replace with your finalized terms)
|
| 2 |
+
Copyright (c) 2026 QuantFunc.
|
| 3 |
+
|
| 4 |
+
IMPORTANT: This is a placeholder notice, not a finalized license and not legal
|
| 5 |
+
advice. Replace the body below with your reviewed commercial/redistribution
|
| 6 |
+
terms before relying on it.
|
| 7 |
+
|
| 8 |
+
1. Upstream base model. The weights in this repository are a quantized
|
| 9 |
+
derivative of an upstream base model that is licensed separately under the
|
| 10 |
+
Apache License 2.0. A copy of that license is included as LICENSE-APACHE, and
|
| 11 |
+
the upstream copyright/attribution notices are retained (see the
|
| 12 |
+
"License & Attribution" section of the README). Nothing here diminishes the
|
| 13 |
+
rights granted to you in the unmodified upstream model by its Apache-2.0
|
| 14 |
+
license.
|
| 15 |
+
|
| 16 |
+
2. QuantFunc artifacts. The QuantFunc-specific contributions in this repository
|
| 17 |
+
(the quantized weight artifacts, precision configs, and packaging produced by
|
| 18 |
+
the QuantFunc inference engine) are Copyright (c) 2026 QuantFunc. All rights
|
| 19 |
+
in those contributions are reserved except as expressly granted by the
|
| 20 |
+
upstream Apache-2.0 license for the underlying model or by a separate written
|
| 21 |
+
agreement with QuantFunc.
|
| 22 |
+
|
| 23 |
+
3. Trademarks. No rights are granted in the "QuantFunc" name or logo, nor in any
|
| 24 |
+
third-party trademark (including those of the upstream model authors).
|
| 25 |
+
|
| 26 |
+
4. No warranty. THE ARTIFACTS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| 27 |
+
EXPRESS OR IMPLIED. IN NO EVENT SHALL QUANTFUNC BE LIABLE FOR ANY CLAIM,
|
| 28 |
+
DAMAGES, OR OTHER LIABILITY ARISING FROM THE ARTIFACTS OR THEIR USE.
|
| 29 |
+
|
| 30 |
+
For licensing inquiries: <add contact>.
|