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

  • Log In
  • Sign Up

uripper
/
GIANNIS

Unconditional Image Generation
Diffusers
DDPMPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use uripper/GIANNIS with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("uripper/GIANNIS", 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
GIANNIS
910 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 10 commits
uripper's picture
uripper
Upload 2 files
371b6cc over 3 years ago
  • scheduler
    add over 3 years ago
  • unet
    Upload diffusion_pytorch_model.bin over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • README.md
    47 Bytes
    Create README.md over 3 years ago
  • config.json
    828 Bytes
    Upload 2 files over 3 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    455 MB
    xet
    Upload 2 files over 3 years ago
  • model_index.json
    179 Bytes
    Create model_index.json over 3 years ago