Instructions to use dx8152/Qwen-Edit-2509-Multi-Angle-Lighting with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dx8152/Qwen-Edit-2509-Multi-Angle-Lighting 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-Edit-2509-Multi-Angle-Lighting") 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,11 +7,17 @@ library_name: diffusers
|
|
| 7 |
tags:
|
| 8 |
- lora
|
| 9 |
---
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
---
|
| 17 |
|
|
|
|
| 7 |
tags:
|
| 8 |
- lora
|
| 9 |
---
|
| 10 |
+
25/11/21 Update
|
| 11 |
|
| 12 |
+
1. Overall performance was better
|
| 13 |
+
2. The brightness of the light can be controlled using the black and white brightness settings shown in Figure 2.
|
| 14 |
+
3. The lighting at some angles is still out of control; this will be fixed in the next update.
|
| 15 |
|
| 16 |
+
|
| 17 |
+

|
| 18 |
+

|
| 19 |
+

|
| 20 |
+

|
| 21 |
|
| 22 |
---
|
| 23 |
|