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

  • Log In
  • Sign Up

aliensmn
/
Bianca

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

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

  • Libraries
  • Diffusers

    How to use aliensmn/Bianca with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("aliensmn/Bianca")
    
    prompt = "bianca"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Bianca
909 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
aliensmn's picture
aliensmn
Delete model_2.safetensors
8717805 verified 7 months ago
  • Loras
    Update Wan Trained Loras README with file details 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    1.66 kB
    Update README with new subfolder structure 7 months ago
  • metadata.json
    364 Bytes
    Add metadata file 7 months ago