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

  • Log In
  • Sign Up

munzurul
/
barbie

Text-to-Image
Diffusers
stable-diffusion
lora
Model card Files Files and versions
xet
Community

Instructions to use munzurul/barbie with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use munzurul/barbie 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("munzurul/barbie")
    
    prompt = "a photo of TOK,"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
barbie
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
munzurul's picture
munzurul
Upload loras.safetensors
d1c74e6 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    502 Bytes
    Update README.md about 2 years ago
  • embeddings.pti
    8.36 kB
    Upload 2 files about 2 years ago
  • lora.safetensors
    186 MB
    xet
    Upload lora.safetensors about 2 years ago
  • loras.safetensors
    3.12 MB
    xet
    Upload loras.safetensors about 2 years ago
  • special_params.json
    19 Bytes
    Upload 2 files about 2 years ago
  • tmpc7q6wzxspokemon.safetensors
    3.12 MB
    xet
    Upload tmpc7q6wzxspokemon.safetensors about 2 years ago