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
Add 4 files
Browse files- images/xyxy.png +3 -0
- images/yyy.png +3 -0
- pytorch_lora_weights.safetensors +3 -0
images/xyxy.png
ADDED
|
Git LFS Details
|
images/yyy.png
ADDED
|
Git LFS Details
|
pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e787f17df7d25f266384ae5bc50444da875671395401a003e57f4cf7e40e5bb1
|
| 3 |
+
size 92862200
|