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

  • Log In
  • Sign Up

Tech-Meld
/
ai-laptops

Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
objects
technology
ai
laptop
sdxl 1,0
copilot pc
Model card Files Files and versions
xet
Community

Instructions to use Tech-Meld/ai-laptops with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Tech-Meld/ai-laptops 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("Tech-Meld/ai-laptops")
    
    prompt = " "
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
ai-laptops
457 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Tech-Meld's picture
Tech-Meld
Upload folder using huggingface_hub
b554bd3 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • 16509921.jpeg
    18.7 kB
    Upload folder using huggingface_hub almost 2 years ago
  • 17274742.jpeg
    13.2 kB
    Upload folder using huggingface_hub almost 2 years ago
  • AI_Laptops-10.safetensors
    228 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • AI_Laptops_2-10.safetensors
    228 MB
    xet
    Upload folder using huggingface_hub almost 2 years ago
  • README.md
    1.76 kB
    Upload folder using huggingface_hub almost 2 years ago