Instructions to use stepfun-ai/NextStep-1-Large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/NextStep-1-Large with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/NextStep-1-Large", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 270 Bytes
22243b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"resolution": 256,
"in_channels": 3,
"ch": 128,
"out_ch": 3,
"ch_mult": [1, 2, 4, 4],
"num_res_blocks": 2,
"z_channels": 16,
"shift_factor": 0,
"scaling_factor": 1,
"deterministic": true,
"encoder_norm": true,
"psz": 1
} |