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

  • Log In
  • Sign Up

nllg
/
ultrasketch

Diffusers
Safetensors
StableDiffusion3InstructPix2PixPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use nllg/ultrasketch with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("nllg/ultrasketch", 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
ultrasketch
17.5 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
potamides's picture
potamides
Update README.md
000df51 over 1 year ago
  • scheduler
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • text_encoder
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • text_encoder_2
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • text_encoder_3
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • tokenizer
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • tokenizer_2
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • tokenizer_3
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • transformer
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • vae
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.6 kB
    Update README.md over 1 year ago
  • model_index.json
    780 Bytes
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago
  • pipeline.py
    49.3 kB
    Upload StableDiffusion3InstructPix2PixPipeline over 1 year ago