Instructions to use TsienDragon/qwen-image-edit-plus-lora-face-seg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TsienDragon/qwen-image-edit-plus-lora-face-seg with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nunchaku-tech/nunchaku-qwen-image-edit-2509", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("TsienDragon/qwen-image-edit-plus-lora-face-seg") prompt = "original" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,14 +17,20 @@ widget:
|
|
| 17 |
base_model: nunchaku-tech/nunchaku-qwen-image-edit-2509
|
| 18 |
instance_prompt: null
|
| 19 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
# qwen-image-edit-plus-lora-face-seg
|
| 22 |
|
| 23 |
<Gallery />
|
| 24 |
|
| 25 |
-
|
|
|
|
|
|
|
| 26 |
|
| 27 |
## Download model
|
| 28 |
|
| 29 |
|
| 30 |
-
[Download](/TsienDragon/qwen-image-edit-plus-lora-face-seg/tree/main) them in the Files & versions tab.
|
|
|
|
| 17 |
base_model: nunchaku-tech/nunchaku-qwen-image-edit-2509
|
| 18 |
instance_prompt: null
|
| 19 |
license: apache-2.0
|
| 20 |
+
datasets:
|
| 21 |
+
- TsienDragon/face_segmentation_20
|
| 22 |
+
language:
|
| 23 |
+
- en
|
| 24 |
---
|
| 25 |
# qwen-image-edit-plus-lora-face-seg
|
| 26 |
|
| 27 |
<Gallery />
|
| 28 |
|
| 29 |
+
## Lora finetune tools:
|
| 30 |
+
See details here: https://github.com/tsiendragon/qwen-image-finetune
|
| 31 |
+
See docs about the qwen-image-edit-plus structure differences between qwen-image-edit
|
| 32 |
|
| 33 |
## Download model
|
| 34 |
|
| 35 |
|
| 36 |
+
[Download](/TsienDragon/qwen-image-edit-plus-lora-face-seg/tree/main) them in the Files & versions tab.
|