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

  • Log In
  • Sign Up

miittnnss
/
xoakkeyy

Unconditional Image Generation
Diffusers
PyTorch
dcgan
art
GAN
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use miittnnss/xoakkeyy with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("miittnnss/xoakkeyy", 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
xoakkeyy
53.1 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 30 commits
miittnnss's picture
miittnnss
Update config.json
2392f29 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    179 Bytes
    Update README.md over 2 years ago
  • config.json
    904 Bytes
    Update config.json over 2 years ago
  • pipeline.py
    2.03 kB
    Update pipeline.py over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    53.1 MB
    xet
    Upload pytorch_model.bin over 2 years ago
  • requirements.txt
    5 Bytes
    Create requirements.txt over 2 years ago