Instructions to use mrcuddle/live2d-model-maker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mrcuddle/live2d-model-maker with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mrcuddle/live2d-model-maker") prompt = "live2d,guijiaoxiansheng,separate hand,separate feet,separate head,full body,solo,white background,simple background, male, white hair, fox, CharacterDesignFLUX, reference sheet,white background,simple background,multiple views, upper body, front, from side, color palette reference, high_detailed, captured in high detail, magic particles, multiple references" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| live2d,guijiaoxiansheng,separate hand,separate feet,separate head,full | |
| body,solo,white background,simple background, male, white hair, fox, | |
| CharacterDesignFLUX, reference sheet,white background,simple | |
| background,multiple views, upper body, front, from side, color palette | |
| reference, high_detailed, captured in high detail, magic particles, multiple | |
| references | |
| output: | |
| url: images/8540SFN1CQNW5DWC4XQD71THE0.jpg | |
| - text: >- | |
| live2d,guijiaoxiansheng,separate hand,separate feet,separate head,full | |
| body,solo,white background,simple background, male, white hair, fox, | |
| CharacterDesignFLUX, reference sheet,white background,simple | |
| background,multiple views, upper body, front, from side, color palette | |
| reference, high_detailed, captured in high detail, magic particles, multiple | |
| references | |
| output: | |
| url: images/AY7XAB6YT0CJPX4NNSZT3W0J50.jpg | |
| - text: >- | |
| live2d,guijiaoxiansheng,separate hand,separate feet,separate head,full | |
| body,solo,white background,simple background, male, white hair, fox, | |
| CharacterDesignFLUX, reference sheet,white background,simple | |
| background,multiple views, upper body, front, from side, color palette | |
| reference, high_detailed, captured in high detail, magic particles, multiple | |
| references | |
| output: | |
| url: images/DRNQ8425105CH8YKZDVF56YXN0.jpg | |
| - text: >- | |
| live2d,guijiaoxiansheng,separate hand,separate feet,separate head,full | |
| body,solo,white background,simple background, male, white hair, fox, | |
| CharacterDesignFLUX, reference sheet,white background,simple | |
| background,multiple views, upper body, front, from side, color palette | |
| reference, high_detailed, captured in high detail, magic particles, multiple | |
| references | |
| output: | |
| url: images/H8M8Q258R2J45R3E8JXXYB97T0.jpg | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: >- | |
| live2d, guijiaoxiansheng, separate hand, separate feet, separate head, full | |
| body, solo, white background, simple background | |
| # Live2d FLux | |
| <Gallery /> | |
| ## Model description | |
| Re-upload from | |
| https://civitai.com/models/712299/fluxlive2d-virtual-avatar-quick-creation-live2d-vroid | |
| ## NOTICE!!! | |
| Required all trigger words below in prompt or else it wont work!!!! | |
| ## Trigger words | |
| You should use `live2d` to trigger the image generation. | |
| You should use `guijiaoxiansheng` to trigger the image generation. | |
| You should use `separate hand` to trigger the image generation. | |
| You should use `separate feet` to trigger the image generation. | |
| You should use `separate head` to trigger the image generation. | |
| You should use `full body` to trigger the image generation. | |
| You should use `solo` to trigger the image generation. | |
| You should use `white background` to trigger the image generation. | |
| You should use `simple background` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/mrcuddle/live2d-model-maker/tree/main) them in the Files & versions tab. | |