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
File size: 132 Bytes
2c3b860 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ef7df229ff248f4f88d96dba7509d0b781912867b603e472e9261a3115a0ac1d
size 1835049
|