Instructions to use elixirx/charu-anime-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use elixirx/charu-anime-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", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("elixirx/charu-anime-lora") prompt = "charu-illustrious,一个金色头发、猫耳、蝙蝠发饰的女孩,穿着带有心形腕带和花朵发饰的白色连衣裙,手持烟花棒。她微笑着面向观众,背景有烟花绽放。" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - output: | |
| url: example_1.png | |
| text: charu-illustrious,一个金色头发、猫耳、蝙蝠发饰的女孩,穿着带有心形腕带和花朵发饰的白色连衣裙,手持烟花棒。她微笑着面向观众,背景有烟花绽放。 | |
| - output: | |
| url: example_2.png | |
| text: charu-illustrious,一个长粉色头发、动物耳朵和狼尾巴的女孩,穿着白色衬衫和黑色裙子,手持装有蛋糕片和叉子的盘子。背景有派对爆竹和心形气球,旁边有一个漂浮的小猫角色。场景明亮且喜庆。 | |
| base_model: Qwen/Qwen-Image | |
| instance_prompt: charu | |
| license: apache-2.0 | |
| # charu-anime-lora | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `charu-illustrious` to trigger the image generation. | |
| ## Download model | |
| [Download](/elixirx/charu-anime-lora/tree/main) them in the Files & versions tab. | |