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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

0x-alx
/
dataset-alex

Text-to-Image
Diffusers
diffusers-training
lora
template:sd-lora
stable-diffusion-xl
stable-diffusion-xl-diffusers
dora
Model card Files Files and versions
xet
Community

Instructions to use 0x-alx/dataset-alex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use 0x-alx/dataset-alex with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("0x-alx/dataset-alex")
    
    prompt = "a photo of TOK person"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
dataset-alex
791 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
0x-alx's picture
0x-alx
End of training
cdc2b54 verified over 1 year ago
  • .gitattributes
    1.66 kB
    End of training over 1 year ago
  • README.md
    1.55 kB
    End of training over 1 year ago
  • alex1.jpeg
    102 kB
    xet
    End of training over 1 year ago
  • alex2.jpeg
    64.9 kB
    End of training over 1 year ago
  • alex3.jpeg
    52.6 kB
    End of training over 1 year ago
  • alex4.jpeg
    221 kB
    xet
    End of training over 1 year ago
  • alex5.jpeg
    286 kB
    xet
    End of training over 1 year ago
  • alex6.jpeg
    60.4 kB
    End of training over 1 year ago
  • metadata.jsonl
    669 Bytes
    End of training over 1 year ago