Instructions to use silveroxides/FLUX.2-dev-fp8_scaled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use silveroxides/FLUX.2-dev-fp8_scaled with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Commit ·
1b543b3
1
Parent(s): c98a7ac
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model:
|
| 5 |
+
- black-forest-labs/FLUX.2-dev
|
| 6 |
+
tags:
|
| 7 |
+
- image-generation
|
| 8 |
+
- image-editing
|
| 9 |
+
- flux
|
| 10 |
+
- diffusion-single-file
|
| 11 |
+
pipeline_tag: image-to-image
|
| 12 |
+
library_name: diffusers
|
| 13 |
+
---
|