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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

georgiisirotenko
/
concrete_generation

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

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

  • Libraries
  • Diffusers

    How to use georgiisirotenko/concrete_generation with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("georgiisirotenko/concrete_generation", 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

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • 299
    add unit folder and move there config.json almost 3 years ago
  • 399
    Rename config.json to 399/unet/config.json almost 3 years ago
  • 399aug21
    Upload config.json almost 3 years ago
  • generated_data
    Delete generated_data/generated_image_vpsbmahrmt.png almost 3 years ago
  • generated_masks
    Upload generated_masks with huggingface_hub almost 3 years ago
  • georgiisirotenko
    Epoch 349 almost 3 years ago
  • logs
    Epoch 399 almost 3 years ago
  • models
    add model almost 3 years ago
  • samples
    Epoch 399 almost 3 years ago
  • scheduler
    Epoch 49 almost 3 years ago
  • unet
    Epoch 399 almost 3 years ago
  • weights
    Delete weights/masking/some.txt almost 3 years ago
  • .gitattributes
    4 kB
    add model almost 3 years ago
  • model_index.json
    181 Bytes
    Epoch 49 almost 3 years ago
  • test_file.txt
    5 Bytes
    Create test_file.txt almost 3 years ago