Instructions to use ByteDance/ContentV-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ByteDance/ContentV-8B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ByteDance/ContentV-8B", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,12 +12,12 @@ license: apache-2.0
|
|
| 12 |
alt="Project Page"
|
| 13 |
/>
|
| 14 |
</a>
|
| 15 |
-
<
|
| 16 |
<img
|
| 17 |
src="https://img.shields.io/badge/Tech Report-ArXiv-red?logo=arxiv&logoColor=red"
|
| 18 |
alt="Tech Report"
|
| 19 |
/>
|
| 20 |
-
</a>
|
| 21 |
<a href="https://huggingface.co/ByteDance/ContentV-8B">
|
| 22 |
<img
|
| 23 |
src="https://img.shields.io/badge/HuggingFace-Model-yellow?logo=huggingface&logoColor=yellow"
|
|
|
|
| 12 |
alt="Project Page"
|
| 13 |
/>
|
| 14 |
</a>
|
| 15 |
+
<a href='https://arxiv.org/abs/2506.05343'>
|
| 16 |
<img
|
| 17 |
src="https://img.shields.io/badge/Tech Report-ArXiv-red?logo=arxiv&logoColor=red"
|
| 18 |
alt="Tech Report"
|
| 19 |
/>
|
| 20 |
+
</a>
|
| 21 |
<a href="https://huggingface.co/ByteDance/ContentV-8B">
|
| 22 |
<img
|
| 23 |
src="https://img.shields.io/badge/HuggingFace-Model-yellow?logo=huggingface&logoColor=yellow"
|