Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

stepfun-ai
/
NextStep-1-Large-Edit

Image-to-Image
Transformers
Safetensors
nextstep
text-generation
custom_code
Model card Files Files and versions
xet
Community
3

Instructions to use stepfun-ai/NextStep-1-Large-Edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stepfun-ai/NextStep-1-Large-Edit with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-to-image", model="stepfun-ai/NextStep-1-Large-Edit", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("stepfun-ai/NextStep-1-Large-Edit", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
NextStep-1-Large-Edit / utils
22.8 kB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 1 commit
jingwwu's picture
jingwwu
Upload folder using huggingface_hub
d6b0dd5 verified 9 months ago
  • aspect_ratio.py
    3.38 kB
    Upload folder using huggingface_hub 9 months ago
  • compile_utils.py
    3.97 kB
    Upload folder using huggingface_hub 9 months ago
  • image_utils.py
    11.2 kB
    Upload folder using huggingface_hub 9 months ago
  • misc.py
    1.59 kB
    Upload folder using huggingface_hub 9 months ago
  • model_utils.py
    2.65 kB
    Upload folder using huggingface_hub 9 months ago