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

  • Log In
  • Sign Up

goldoak1421
/
gsfixer-full

Diffusers
Safetensors
English
MarigoldGSFixerPipeline
3D Gaussian Splatting
computer vision
Model card Files Files and versions
xet
Community

Instructions to use goldoak1421/gsfixer-full with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use goldoak1421/gsfixer-full with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("goldoak1421/gsfixer-full", 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
gsfixer-full
8.55 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
goldoak
update README.md
b492e65 6 months ago
  • scheduler
    upload models 6 months ago
  • text_encoder
    upload models 6 months ago
  • tokenizer
    upload models 6 months ago
  • unet
    upload models 6 months ago
  • vae
    upload models 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • LICENSE
    0 Bytes
    initial commit 6 months ago
  • README.md
    2.9 kB
    update README.md 6 months ago
  • model_index.json
    453 Bytes
    upload models 6 months ago