Instructions to use rectangleworm/bigasp-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use rectangleworm/bigasp-3 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
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model:
|
| 5 |
+
- black-forest-labs/FLUX.2-klein-9B
|
| 6 |
+
tags:
|
| 7 |
+
- image-generation
|
| 8 |
+
- image-editing
|
| 9 |
+
- flux
|
| 10 |
+
- diffusion-single-file
|
| 11 |
+
pipeline_tag: image-to-image
|
| 12 |
+
license: other
|
| 13 |
+
license_name: flux-non-commercial-license
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
Source: https://huggingface.co/fancyfeast/bigasp-3
|
| 17 |
+
|
| 18 |
+
In-development models for bigASP 3
|
| 19 |
+
|
| 20 |
+
bigASP 3 is currently undergoing training.
|
| 21 |
+
|
| 22 |
+
Load as a Flux 2 Klein 9B model.
|