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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bugratest
/
test

Diffusers
UNet2DConditionModel
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use bugratest/test with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("bugratest/test", 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
test
5.12 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits

This model has 1 file scanned as unsafe.

bugratest's picture
bugratest
Upload diffusion_pytorch_model.bin
f4bd86f verified 11 days ago
  • unet
    Upload diffusion_pytorch_model.bin 11 days ago
  • .gitattributes
    1.52 kB
    initial commit 12 days ago
  • config.json
    497 Bytes
    Create config.json 12 days ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (1)

    • "posix.system"

    How to fix it?

    1.06 kB
    xet
    Upload diffusion_pytorch_model.bin 12 days ago
  • model_index.json
    497 Bytes
    Upload model_index.json 11 days ago