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

SkyAsl
/
Pixel-artist-Z

Text-to-Image
Diffusers
Safetensors
English
lora
pixel-art
diffusion
style-adaptation
clipscore
Model card Files Files and versions
xet
Community

Instructions to use SkyAsl/Pixel-artist-Z with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use SkyAsl/Pixel-artist-Z with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("SkyAsl/Pixel-artist-Z")
    
    prompt = "a pixel art character with square orange glasses, a chef hat-shaped head and a purple-colored body on a cool background"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
Pixel-artist-Z
67.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
SkyAsl's picture
SkyAsl
Update README.md
7730679 verified 6 months ago
  • .gitattributes
    1.58 kB
    Upload 4 files 6 months ago
  • Pixel-artist-train-loss-regression.png
    39.9 kB
    Upload 4 files 6 months ago
  • Pixel-artist-train-loss.png
    27.5 kB
    Upload 4 files 6 months ago
  • README.md
    3.11 kB
    Update README.md 6 months ago
  • adapter_config.json
    1.1 kB
    Update adapter_config.json 6 months ago
  • adapter_model.safetensors
    66.9 MB
    xet
    Upload folder using huggingface_hub 6 months ago
  • pixel-art-result.png
    389 kB
    xet
    Upload 4 files 6 months ago