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
- Draw Things
- DiffusionBee
Add 5 files
Browse files
LIVE2D-FLUX.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50b02490eff0efd295d3fd7564b2720c43bbd2aa2bc67318bdc7921098a1d93c
|
| 3 |
+
size 612746088
|
images/8540SFN1CQNW5DWC4XQD71THE0.jpg
ADDED
|
Git LFS Details
|
images/AY7XAB6YT0CJPX4NNSZT3W0J50.jpg
ADDED
|
Git LFS Details
|
images/DRNQ8425105CH8YKZDVF56YXN0.jpg
ADDED
|
Git LFS Details
|
images/H8M8Q258R2J45R3E8JXXYB97T0.jpg
ADDED
|
Git LFS Details
|