Instructions to use DiffSynth-Studio/Qwen-Image-Edit-F2P with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DiffSynth-Studio/Qwen-Image-Edit-F2P 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("fill-in-base-model", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("DiffSynth-Studio/Qwen-Image-Edit-F2P") 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
- Local Apps Settings
- Draw Things
multiple image inputs in 2509
#3
by ZKong - opened
One person head image input is very good, but when using in multiple images inputs ,it will break the scene. How about supporting 2509 and train multiple characters consistency. For example , person in image1 and person in image 2 are having dinner together in the image 3 scene