Instructions to use stepfun-ai/Step1X-Edit-v1p1-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stepfun-ai/Step1X-Edit-v1p1-diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stepfun-ai/Step1X-Edit-v1p1-diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Turn this cat into a dog" input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png") image = pipe(image=input_image, prompt=prompt).images[0] - Notebooks
- Google Colab
- Kaggle

- Xet hash:
- ad009d1d8f5359404187cd12e43eaebabd47b5d2f30ccd3e3d153117a5d4e7ac
- Size of remote file:
- 435 kB
- SHA256:
- 12fb4b5fe83d00114806da6ec3bd1df77e293ec3fe5f1e951b466a7812dcec2d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.