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

  • Log In
  • Sign Up

yunpeng1998
/
FiffDepth

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use yunpeng1998/FiffDepth with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("yunpeng1998/FiffDepth", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
FiffDepth
8.55 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Yunpeng Bai
Initial commit
3eba8fd 4 months ago
  • feature_extractor
    Initial commit 4 months ago
  • scheduler
    Initial commit 4 months ago
  • text_encoder
    Initial commit 4 months ago
  • tokenizer
    Initial commit 4 months ago
  • unet
    Initial commit 4 months ago
  • vae
    Initial commit 4 months ago
  • .gitattributes
    1.48 kB
    Initial commit 4 months ago
  • model_index.json
    537 Bytes
    Initial commit 4 months ago