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
|
@@ -33,7 +33,8 @@ Realize the transformation of Zootopia characters in character images using qwen
|
|
| 33 |
|
| 34 |
**Skills**
|
| 35 |
|
| 36 |
-
Trigger words:
|
|
|
|
| 37 |
Just modify {Animal} in the trigger word to the desired animal type
|
| 38 |
|
| 39 |
**example of prompts**
|
|
|
|
| 33 |
|
| 34 |
**Skills**
|
| 35 |
|
| 36 |
+
Trigger words:`z0070,将人物转换成疯狂动物城中的{Animal},背景是疯狂动物城场景,疯狂动物城风格。`
|
| 37 |
+
|
| 38 |
Just modify {Animal} in the trigger word to the desired animal type
|
| 39 |
|
| 40 |
**example of prompts**
|