Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Limbicnation
/
pixel-art-lora

Text-to-Image
Diffusers
English
lora
flux
pixel-art
game-asset
sprite
character-design
FLUX.2-klein-4B
Model card Files Files and versions
xet
Community
2

Instructions to use Limbicnation/pixel-art-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Limbicnation/pixel-art-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("black-forest-labs/FLUX.2-klein-4B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Limbicnation/pixel-art-lora")
    
    prompt = "pixel art sprite, a brave knight in shining armor holding a sword, game asset, transparent background"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
pixel-art-lora
654 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 28 commits
Limbicnation's picture
Limbicnation
feat: upload LoRA v2 weights (trained on quantized hf_snapped dataset)
9370242 verified 3 months ago
  • samples
    Add sample: a_ninja_assassin_in_black_outfit_with_ka 3 months ago
  • .gitattributes
    2.76 kB
    Add sample: a_ninja_assassin_in_black_outfit_with_ka 3 months ago
  • LICENSE
    10.8 kB
    Add Apache 2.0 open-source license 3 months ago
  • README.md
    6.86 kB
    docs: add comprehensive model card with training details, usage instructions, and provenance info 3 months ago
  • comfyui_workflow.json
    6.77 kB
    Add lightweight ComfyUI workflow for LoRA inference verification 3 months ago
  • config.json
    269 Bytes
    Upload folder using huggingface_hub 3 months ago
  • config.yaml
    1.29 kB
    feat: upload LoRA v2 weights (trained on quantized hf_snapped dataset) 3 months ago
  • pytorch_lora_weights.comfyui.safetensors
    325 MB
    xet
    feat: upload LoRA v2 weights (trained on quantized hf_snapped dataset) 3 months ago
  • pytorch_lora_weights.safetensors
    325 MB
    xet
    feat: upload LoRA v2 weights (trained on quantized hf_snapped dataset) 3 months ago