Instructions to use tonera/Nepotism_xii-Nunchaku with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tonera/Nepotism_xii-Nunchaku with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("tonera/Nepotism_xii-Nunchaku", 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 files using upload-large-folder tool
Browse files- README.md +1 -0
- README_CN.md +1 -0
README.md
CHANGED
|
@@ -23,6 +23,7 @@ license: other
|
|
| 23 |
## Model name
|
| 24 |
|
| 25 |
- **Model repo**: `tonera/Nepotism_xii-Nunchaku`
|
|
|
|
| 26 |
- **Full Diffusers layout** (VAE, text encoders, scheduler, etc.): `{REPO_ID}`
|
| 27 |
- **Quantized Transformer weights** (for Nunchaku):
|
| 28 |
- `{REPO_ID}/svdq-fp4_r32-Nepotism_xii-Nunchaku.safetensors`
|
|
|
|
| 23 |
## Model name
|
| 24 |
|
| 25 |
- **Model repo**: `tonera/Nepotism_xii-Nunchaku`
|
| 26 |
+
- **Source checkpoint (full-precision)**: [Nepotism on Civitai](https://civitai.com/models/618792/nepotism) — this quantization is derived from the **XII** (and Flux.1 D family) release; licensing and usage are also subject to upstream terms and Civitai’s policies.
|
| 27 |
- **Full Diffusers layout** (VAE, text encoders, scheduler, etc.): `{REPO_ID}`
|
| 28 |
- **Quantized Transformer weights** (for Nunchaku):
|
| 29 |
- `{REPO_ID}/svdq-fp4_r32-Nepotism_xii-Nunchaku.safetensors`
|
README_CN.md
CHANGED
|
@@ -23,6 +23,7 @@ license: other
|
|
| 23 |
## 模型名称
|
| 24 |
|
| 25 |
- **模型仓库**:`tonera/Nepotism_xii-Nunchaku`
|
|
|
|
| 26 |
- **Diffusers 完整目录(含 VAE、文本编码器、调度器等)**:`{REPO_ID}`
|
| 27 |
- **量化 Transformer 权重(与 Nunchaku 配套)**:
|
| 28 |
- `{REPO_ID}/svdq-fp4_r32-Nepotism_xii-Nunchaku.safetensors`
|
|
|
|
| 23 |
## 模型名称
|
| 24 |
|
| 25 |
- **模型仓库**:`tonera/Nepotism_xii-Nunchaku`
|
| 26 |
+
- **源模型(未量化)**:[Nepotism · Civitai](https://civitai.com/models/618792/nepotism)(本量化基于其 **XII** 等 Flux.1 D 系 checkpoint;许可与使用约束亦受上游及 Civitai 条款约束)
|
| 27 |
- **Diffusers 完整目录(含 VAE、文本编码器、调度器等)**:`{REPO_ID}`
|
| 28 |
- **量化 Transformer 权重(与 Nunchaku 配套)**:
|
| 29 |
- `{REPO_ID}/svdq-fp4_r32-Nepotism_xii-Nunchaku.safetensors`
|