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

SimonDL
/
ip2p-tt-model-1e

Diffusers
Safetensors
StableDiffusionInstructPix2PixPipeline
Model card Files Files and versions
xet
Community

Instructions to use SimonDL/ip2p-tt-model-1e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use SimonDL/ip2p-tt-model-1e with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("SimonDL/ip2p-tt-model-1e", 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
ip2p-tt-model-1e / checkpoint-500
5.19 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
SimonDL's picture
SimonDL
Upload fine-tuned InstructPix2Pix Toontown model trained for 1 epoch on full dataset
ffeccc3 verified 1 day ago
  • unet
    Upload fine-tuned InstructPix2Pix Toontown model trained for 1 epoch on full dataset 1 day ago
  • optimizer.bin
    1.75 GB
    xet
    Upload fine-tuned InstructPix2Pix Toontown model trained for 1 epoch on full dataset 1 day ago
  • random_states_0.pkl

    Detected Pickle imports (7)

    • "collections.OrderedDict",
    • "numpy.dtype",
    • "numpy._core.multiarray._reconstruct",
    • "numpy.ndarray",
    • "torch.ByteStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "_codecs.encode"

    How to fix it?

    14.8 kB
    xet
    Upload fine-tuned InstructPix2Pix Toontown model trained for 1 epoch on full dataset 1 day ago
  • scaler.pt

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    1.38 kB
    xet
    Upload fine-tuned InstructPix2Pix Toontown model trained for 1 epoch on full dataset 1 day ago
  • scheduler.bin
    1.4 kB
    xet
    Upload fine-tuned InstructPix2Pix Toontown model trained for 1 epoch on full dataset 1 day ago