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

  • Log In
  • Sign Up

Duplicated from  GeorgyGUF/FLUX.1-Depth-dev

srcphag
/
Flux1-Depth-Dev

Text-to-Image
Diffusers
Safetensors
Diffusion Single File
English
FluxControlPipeline
image-generation
flux
Model card Files Files and versions
xet
Community

Instructions to use srcphag/Flux1-Depth-Dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use srcphag/Flux1-Depth-Dev with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("srcphag/Flux1-Depth-Dev", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Diffusion Single File

    How to use srcphag/Flux1-Depth-Dev with Diffusion Single File:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Flux1-Depth-Dev / scripts
38.1 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
srcphag's picture
srcphag
New Diffusers structure
1bf81fc 5 months ago
  • CheckSafetensors.py
    413 Bytes
    New Diffusers structure 5 months ago
  • InspectSafetensors.py
    7.84 kB
    New Diffusers structure 5 months ago
  • MergeSafetensors.py
    2.33 kB
    New Diffusers structure 5 months ago
  • MergeSafetensors2.py
    5.33 kB
    New Diffusers structure 5 months ago
  • MergeSafetensors3.py
    9.34 kB
    New Diffusers structure 5 months ago
  • MergeSafetensors4.py
    12.8 kB
    New Diffusers structure 5 months ago