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

  • Log In
  • Sign Up

alfonsusrr
/
ip2p-robotwin-v1-50

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use alfonsusrr/ip2p-robotwin-v1-50 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use alfonsusrr/ip2p-robotwin-v1-50 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alfonsusrr/ip2p-robotwin-v1-50", 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-robotwin-v1-50
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
alfonsusrr's picture
alfonsusrr
Upload scheduler/scheduler_config.json with huggingface_hub
d8447bf verified about 1 year ago
  • checkpoints
    Upload folder using huggingface_hub about 1 year ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub about 1 year ago
  • text_encoder
    Upload text_encoder/model.safetensors with huggingface_hub about 1 year ago
  • tokenizer
    Upload tokenizer/merges.txt with huggingface_hub about 1 year ago
  • unet
    Upload unet/diffusion_pytorch_model.safetensors with huggingface_hub about 1 year ago
  • vae
    Upload vae/diffusion_pytorch_model.safetensors with huggingface_hub about 1 year ago
  • validation_images
    Upload folder using huggingface_hub about 1 year ago
  • wandb
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.61 kB
    Upload folder using huggingface_hub about 1 year ago