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

  • Log In
  • Sign Up

ADT1999
/
instruct-pix2pix-model-poly18

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

Instructions to use ADT1999/instruct-pix2pix-model-poly18 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ADT1999/instruct-pix2pix-model-poly18 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ADT1999/instruct-pix2pix-model-poly18", 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
instruct-pix2pix-model-poly18
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ADT1999's picture
ADT1999
End of training
06de56e verified over 1 year ago
  • feature_extractor
    End of training over 1 year ago
  • image_encoder
    End of training over 1 year ago
  • logs
    End of training over 1 year ago
  • scheduler
    End of training over 1 year ago
  • text_encoder
    End of training over 1 year ago
  • tokenizer
    End of training over 1 year ago
  • unet
    End of training over 1 year ago
  • vae
    End of training over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • emb_opt.pt

    Detected Pickle imports (3)

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

    What is a pickle import?

    17.3 MB
    xet
    End of training over 1 year ago
  • model_index.json
    710 Bytes
    End of training over 1 year ago