Instructions to use tiny-random/qwen-image-edit-plus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tiny-random/qwen-image-edit-plus 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("tiny-random/qwen-image-edit-plus", 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:
- 27839f87d2fd95162c0a54257bfbe452d2d984d38a428814b9caaca3a1f29558
- Size of remote file:
- 9.93 MB
- SHA256:
- c8ca2af0bd99def5b36cfad219e36735f61d7f53d9493660ab72ed9009160141
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.