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

  • Log In
  • Sign Up

Rexlygod
/
image2image_botox

Image-to-Image
Diffusers
TensorBoard
Safetensors
English
StableDiffusionInstructPix2PixPipeline
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Diffusers

    How to use Rexlygod/image2image_botox 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("Rexlygod/image2image_botox", 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
image2image_botox
5.07 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Rexlygod's picture
Rexlygod
Create README.md
d784845 verified over 1 year ago
  • feature_extractor
    End of training over 1 year ago
  • logs
    End of training over 1 year ago
  • safety_checker
    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
  • README.md
    129 Bytes
    Create README.md over 1 year ago
  • model_index.json
    708 Bytes
    End of training over 1 year ago