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

  • Log In
  • Sign Up

VarunB31990
/
InstructPix2Pix-finetuned

Diffusers
Safetensors
StableDiffusionInstructPix2PixPipeline
Model card Files Files and versions
xet
Community

Instructions to use VarunB31990/InstructPix2Pix-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use VarunB31990/InstructPix2Pix-finetuned with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("VarunB31990/InstructPix2Pix-finetuned", 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
InstructPix2Pix-finetuned
73.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
VarunB31990's picture
VarunB31990
Upload folder using huggingface_hub
e322d6c verified over 1 year ago
  • checkpoint-1000
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-200
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-400
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-600
    Upload folder using huggingface_hub over 1 year ago
  • checkpoint-800
    Upload folder using huggingface_hub over 1 year ago
  • feature_extractor
    Upload folder using huggingface_hub over 1 year ago
  • safety_checker
    Upload folder using huggingface_hub over 1 year ago
  • scheduler
    Upload folder using huggingface_hub over 1 year ago
  • text_encoder
    Upload folder using huggingface_hub over 1 year ago
  • tokenizer
    Upload folder using huggingface_hub over 1 year ago
  • unet
    Upload folder using huggingface_hub over 1 year ago
  • vae
    Upload folder using huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • model_index.json
    705 Bytes
    Upload folder using huggingface_hub over 1 year ago