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

  • Log In
  • Sign Up

jennysun
/
alexandr_wang

Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use jennysun/alexandr_wang with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("jennysun/alexandr_wang", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
alexandr_wang
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
jennysun's picture
jennysun
files to upload
8b9c4fc over 3 years ago
  • .gitattributes
    1.48 kB
    initial commit over 3 years ago
  • README.md
    29 Bytes
    text to image over 3 years ago
  • config.json
    595 Bytes
    files to upload over 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    335 MB
    xet
    files to upload over 3 years ago
  • merges.txt
    525 kB
    files to upload over 3 years ago
  • model_index.json
    543 Bytes
    files to upload over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    492 MB
    xet
    files to upload over 3 years ago
  • scheduler_config.json
    314 Bytes
    files to upload over 3 years ago
  • special_tokens_map.json
    472 Bytes
    files to upload over 3 years ago
  • tokenizer_config.json
    912 Bytes
    files to upload over 3 years ago
  • vocab.json
    1.06 MB
    files to upload over 3 years ago