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

  • Log In
  • Sign Up

AiArtLab
/
temp2

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use AiArtLab/temp2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AiArtLab/temp2", 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
temp2
2.79 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
recoilme's picture
recoilme
Upload folder using huggingface_hub
2f9df1d verified 3 months ago
  • .ipynb_checkpoints
    Upload folder using huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • config.json
    1.78 kB
    Upload folder using huggingface_hub 3 months ago
  • diffusion_pytorch_model.safetensors
    2.79 GB
    xet
    Upload folder using huggingface_hub 3 months ago
  • unet_stas.ipynb
    161 kB
    Upload folder using huggingface_hub 3 months ago