Instructions to use joyfox/qwen_edit_2dCartoonAvatar_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use joyfox/qwen_edit_2dCartoonAvatar_lora 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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("joyfox/qwen_edit_2dCartoonAvatar_lora") prompt = "2davat0r,转换成2D卡通头像" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,9 +5,6 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
-
- output:
|
| 9 |
-
url: images/ComfyUI_00006_.png
|
| 10 |
-
text: 2davat0r,转换成2D卡通头像
|
| 11 |
- output:
|
| 12 |
url: images/ComfyUI_00006_.png
|
| 13 |
text: 2davat0r,转换成2D卡通头像
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
|
|
|
|
|
|
|
|
|
| 8 |
- output:
|
| 9 |
url: images/ComfyUI_00006_.png
|
| 10 |
text: 2davat0r,转换成2D卡通头像
|