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

predictia
/
cerra_denoise_nn_pixel-scaled_no-shuffle

Image-to-Image
Diffusers
TensorBoard
Spanish
English
climate
super-resolution
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use predictia/cerra_denoise_nn_pixel-scaled_no-shuffle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use predictia/cerra_denoise_nn_pixel-scaled_no-shuffle with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("predictia/cerra_denoise_nn_pixel-scaled_no-shuffle", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
cerra_denoise_nn_pixel-scaled_no-shuffle / rose-plot
1.05 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
jpxkqx's picture
jpxkqx
Upload 33 files
376b674 almost 3 years ago
  • rose-plot_mae-on-land_1000steps.png
    135 kB
    Upload 33 files almost 3 years ago
  • rose-plot_mae-on-sea_1000steps.png
    222 kB
    Upload 33 files almost 3 years ago
  • rose-plot_mae_1000steps.png
    166 kB
    Upload 33 files almost 3 years ago
  • rose-plot_mse-on-land_1000steps.png
    152 kB
    Upload 33 files almost 3 years ago
  • rose-plot_mse-on-sea_1000steps.png
    215 kB
    Upload 33 files almost 3 years ago
  • rose-plot_mse_1000steps.png
    157 kB
    Upload 33 files almost 3 years ago