Instructions to use joyfox/Qwen-Image-Edit-2509-photous with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use joyfox/Qwen-Image-Edit-2509-photous 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-2509", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("joyfox/Qwen-Image-Edit-2509-photous") prompt = "保持整个照片的布局和内容不变,把这个照片做旧,每个格子中的照片色调变成颗粒感滤镜,整个画面具有老式照片的朦胧感" 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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things

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