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

  • Log In
  • Sign Up

Yw22
/
BlobCtrl

Image-to-Image
Diffusers
Safetensors
English
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use Yw22/BlobCtrl 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("Yw22/BlobCtrl", 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
BlobCtrl
1.83 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Yw22's picture
Yw22
Update README.md
d47c64e verified about 1 year ago
  • blobnet
    Upload 3 files about 1 year ago
  • unet_lora
    Upload 3 files about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.99 kB
    Update README.md about 1 year ago