Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mrcuddle
/
live2d-model-maker

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community
1

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
live2d-model-maker
613 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
mrcuddle's picture
mrcuddle
Update README.md
59b73bd verified over 1 year ago
  • images
    Add 5 files over 1 year ago
  • .gitattributes
    2.31 kB
    initial commit over 1 year ago
  • LIVE2D-FLUX.safetensors
    613 MB
    xet
    Add 5 files over 1 year ago
  • README.md
    3.11 kB
    Update README.md over 1 year ago