Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Hippotes
/
NVIDIA-PiD-v1.5-repackages

Diffusers
Safetensors
comfyui
Model card Files Files and versions
xet
Community
2

Instructions to use Hippotes/NVIDIA-PiD-v1.5-repackages with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Hippotes/NVIDIA-PiD-v1.5-repackages with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Hippotes/NVIDIA-PiD-v1.5-repackages", 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
NVIDIA-PiD-v1.5-repackages
13.6 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 17 commits
Hippotes's picture
Hippotes
Update README.md
77b8755 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • PiD-Flux1-v1.5_4steps_bf16.safetensors
    2.8 GB
    xet
    Upload PiD-Flux1-v1.5_4steps_bf16.safetensors with huggingface_hub about 2 months ago
  • PiD-Flux1-v1.5_4steps_int8-convrot-simple.safetensors
    1.73 GB
    xet
    Upload PiD-Flux1-v1.5_4steps_int8-convrot-simple.safetensors with huggingface_hub about 2 months ago
  • PiD-Flux2-v1.5_4steps_bf16.safetensors
    2.8 GB
    xet
    Upload PiD-Flux2-v1.5_4steps_bf16.safetensors with huggingface_hub about 2 months ago
  • PiD-Flux2-v1.5_4steps_int8-convrot-simple.safetensors
    1.73 GB
    xet
    Upload PiD-Flux2-v1.5_4steps_int8-convrot-simple.safetensors with huggingface_hub about 2 months ago
  • PiD-QwenImage-v1.5_4steps_bf16.safetensors
    2.8 GB
    xet
    Upload PiD-QwenImage-v1.5_4steps_bf16.safetensors with huggingface_hub about 2 months ago
  • PiD-QwenImage-v1.5_4steps_int8-convrot-simple.safetensors
    1.73 GB
    xet
    Upload PiD-QwenImage-v1.5_4steps_int8-convrot-simple.safetensors with huggingface_hub about 2 months ago
  • README.md
    533 Bytes
    Update README.md about 1 month ago