Instructions to use vladmandic/VIBE-Image-Edit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vladmandic/VIBE-Image-Edit 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("vladmandic/VIBE-Image-Edit", 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
Modified copy of iitolstykh/VIBE-Image-Edit to avoid unnecessary references to custom code and allow clean usage in SD.Next
- Downloads last month
- 63
Model tree for vladmandic/VIBE-Image-Edit
Unable to build the model tree, the base model loops to the model itself. Learn more.