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
Upload 9 files
Browse files- .gitattributes +6 -0
- 数据集/40.txt +1 -0
- 数据集/40_end.jpg +3 -0
- 数据集/40_start.jpg +3 -0
- 数据集/41.txt +1 -0
- 数据集/41_end.jpg +3 -0
- 数据集/41_start.jpg +3 -0
- 数据集/42.txt +1 -0
- 数据集/42_end.jpg +3 -0
- 数据集/42_start.jpg +3 -0
.gitattributes
CHANGED
|
@@ -117,3 +117,9 @@ Must-read-tutorial.pdf filter=lfs diff=lfs merge=lfs -text
|
|
| 117 |
Drag[[:space:]]it[[:space:]]into[[:space:]]comfyui[[:space:]]to[[:space:]]open[[:space:]]the[[:space:]]workflow.png filter=lfs diff=lfs merge=lfs -text
|
| 118 |
Kontext-Relight-Lora/Prompt[[:space:]]word.pdf filter=lfs diff=lfs merge=lfs -text
|
| 119 |
workflow[[:space:]].png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
Drag[[:space:]]it[[:space:]]into[[:space:]]comfyui[[:space:]]to[[:space:]]open[[:space:]]the[[:space:]]workflow.png filter=lfs diff=lfs merge=lfs -text
|
| 118 |
Kontext-Relight-Lora/Prompt[[:space:]]word.pdf filter=lfs diff=lfs merge=lfs -text
|
| 119 |
workflow[[:space:]].png filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
数据集/40_end.jpg filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
数据集/40_start.jpg filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
数据集/41_end.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
|
数据集/40.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
使用圆形橙色氛围灯的光线对图片进行重新照明
|
数据集/40_end.jpg
ADDED
|
Git LFS Details
|
数据集/40_start.jpg
ADDED
|
Git LFS Details
|
数据集/41.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
使用聚光灯(硬光,阴影清晰)的光线对图片进行重新照明
|
数据集/41_end.jpg
ADDED
|
Git LFS Details
|
数据集/41_start.jpg
ADDED
|
Git LFS Details
|
数据集/42.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
使用窗帘透过缝隙的光线对图片进行重新照明
|
数据集/42_end.jpg
ADDED
|
Git LFS Details
|
数据集/42_start.jpg
ADDED
|
Git LFS Details
|