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 2 files
Browse files
.gitattributes
CHANGED
|
@@ -113,3 +113,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 113 |
数据集/9_start.jpg filter=lfs diff=lfs merge=lfs -text
|
| 114 |
数据集/Thumbs.db filter=lfs diff=lfs merge=lfs -text
|
| 115 |
拖入comfyui打开工作流-3b2df3c4d452.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 113 |
数据集/9_start.jpg filter=lfs diff=lfs merge=lfs -text
|
| 114 |
数据集/Thumbs.db filter=lfs diff=lfs merge=lfs -text
|
| 115 |
拖入comfyui打开工作流-3b2df3c4d452.png filter=lfs diff=lfs merge=lfs -text
|
| 116 |
+
Must-read-tutorial.pdf filter=lfs diff=lfs merge=lfs -text
|
Must-read-tutorial.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfdaab521c0c5fa5bd85fe201a2ba75bd33644fef503b7b3ec4d03b47028dd71
|
| 3 |
+
size 5754027
|
model_patches/qwen_image_inpaint_diffsynth_controlnet.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca78c68ef4c2ae332197e9642ea71838b4ae5d587f199813b9c9cc44bfd10bce
|
| 3 |
+
size 2266862656
|