Instructions to use joyfox/Qwen-Image-Edit-Skip-Sora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use joyfox/Qwen-Image-Edit-Skip-Sora 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("Qwen/Qwen-Image-Edit", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("joyfox/Qwen-Image-Edit-Skip-Sora") prompt = "turn the image into the oil painting style. " 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
- Local Apps
- Draw Things
- Xet hash:
- 6120961a93ab0df01e996238fdf1151aa155edc09d39fb580c265e45373e114f
- Size of remote file:
- 10.8 MB
- SHA256:
- 0ae6a1757e2ceb91836435e1428de68313b647440ec4f6cd15f3629f4aaa31e4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.