Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

GaumlessGraham
/
7inchOuterRace1730

Diffusers
TensorBoard
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use GaumlessGraham/7inchOuterRace1730 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use GaumlessGraham/7inchOuterRace1730 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("GaumlessGraham/7inchOuterRace1730", 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
7inchOuterRace1730
1.03 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 65 commits
GaumlessGraham's picture
GaumlessGraham
Epoch 74
5748141 over 1 year ago
  • 24
    Delete 24/unet/diffusion_pytorch_model.bin over 1 year ago
  • 49
    Delete 49/unet/diffusion_pytorch_model.bin over 1 year ago
  • 74
    Epoch 74 over 1 year ago
  • 99
    Delete 99/unet/diffusion_pytorch_model.bin over 1 year ago
  • generation
    Rename generation/scheduler/config.json to generation/scheduler/scheduler_config.json over 1 year ago
  • logs
    Epoch 74 over 1 year ago
  • samples
    Epoch 99 over 1 year ago
  • samples_generated
    Epoch 74 over 1 year ago
  • .gitattributes
    17.4 kB
    Epoch 74 over 1 year ago
  • eval.py
    15 kB
    Update eval.py over 1 year ago
  • outerRaceModel.py
    17.9 kB
    Update outerRaceModel.py over 1 year ago