Instructions to use dx8152/Qwen-Image-Edit-2509-Relight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dx8152/Qwen-Image-Edit-2509-Relight 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("dx8152/Qwen-Image-Edit-2509-Relight") 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] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Rename to workflow.png (Fix the filename) (#7)
Browse files- Rename to workflow.png (Fix the filename) (3c0d88ad59314f55aa51f55699fe75cd5b2dc850)
Co-authored-by: 🎬cinema_anon <qpqpqpqpqpqp@users.noreply.huggingface.co>
- .gitattributes +1 -0
- workflow .png → workflow.png +0 -0
.gitattributes
CHANGED
|
@@ -123,3 +123,4 @@ workflow[[:space:]].png filter=lfs diff=lfs merge=lfs -text
|
|
| 123 |
数据集/41_start.jpg filter=lfs diff=lfs merge=lfs -text
|
| 124 |
数据集/42_end.jpg filter=lfs diff=lfs merge=lfs -text
|
| 125 |
数据集/42_start.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 123 |
数据集/41_start.jpg filter=lfs diff=lfs merge=lfs -text
|
| 124 |
数据集/42_end.jpg filter=lfs diff=lfs merge=lfs -text
|
| 125 |
数据集/42_start.jpg filter=lfs diff=lfs merge=lfs -text
|
| 126 |
+
workflow.png filter=lfs diff=lfs merge=lfs -text
|
workflow .png → workflow.png
RENAMED
|
File without changes
|