Instructions to use stepfun-ai/Step1X-Edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/Step1X-Edit with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-to-image", model="stepfun-ai/Step1X-Edit")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("stepfun-ai/Step1X-Edit", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix corrupted config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
{
|
| 2 |
"Name": [
|
| 3 |
"stepfun-ai/Step1X-Edit"
|
| 4 |
-
]
|
| 5 |
}
|
| 6 |
-
|
|
|
|
| 1 |
{
|
| 2 |
"Name": [
|
| 3 |
"stepfun-ai/Step1X-Edit"
|
| 4 |
+
]
|
| 5 |
}
|
|
|