Image-Text-to-Image
Transformers
Safetensors
image-to-image
image-editing
diffusion
computer-vision
spatial-editing
vision-language
Instructions to use EasonXiao-888/SpatialEdit-16B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EasonXiao-888/SpatialEdit-16B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EasonXiao-888/SpatialEdit-16B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Name": [
|
| 3 |
+
"SpatialEdit-16B"
|
| 4 |
+
]
|
| 5 |
+
}
|