Instructions to use joyfox/QwenEdit2509_Zootopia with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use joyfox/QwenEdit2509_Zootopia with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # 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("joyfox/QwenEdit2509_Zootopia") prompt = "z0070,将人物转换成疯狂动物城中的狐狸,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,14 +28,21 @@ license: apache-2.0
|
|
| 28 |
## Model description
|
| 29 |
|
| 30 |
**description**
|
|
|
|
| 31 |
Realize the transformation of Zootopia characters in character images using qwen image edit 2509
|
|
|
|
| 32 |
**Skills**
|
|
|
|
| 33 |
Trigger words:`z0070,将人物转换成疯狂动物城中的{Animal},背景是疯狂动物城场景,疯狂动物城风格。`
|
| 34 |
Just modify {Animal} in the trigger word to the desired animal type
|
|
|
|
| 35 |
**example of prompts**
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
|
| 41 |
## Trigger words
|
|
|
|
| 28 |
## Model description
|
| 29 |
|
| 30 |
**description**
|
| 31 |
+
|
| 32 |
Realize the transformation of Zootopia characters in character images using qwen image edit 2509
|
| 33 |
+
|
| 34 |
**Skills**
|
| 35 |
+
|
| 36 |
Trigger words:`z0070,将人物转换成疯狂动物城中的{Animal},背景是疯狂动物城场景,疯狂动物城风格。`
|
| 37 |
Just modify {Animal} in the trigger word to the desired animal type
|
| 38 |
+
|
| 39 |
**example of prompts**
|
| 40 |
+
|
| 41 |
+
`z0070,将人物转换成疯狂动物城中的狐狸,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。`
|
| 42 |
+
|
| 43 |
+
`z0070,将人物转换成疯狂动物城中的兔子,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。`
|
| 44 |
+
|
| 45 |
+
`z0070,将人物转换成疯狂动物城中的绵羊,背景是疯狂动物城场景,疯狂动物城风格。保持角色服装大致相似,迪士尼Q版风格。`
|
| 46 |
|
| 47 |
|
| 48 |
## Trigger words
|