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

  • Log In
  • Sign Up

obvious-research
/
FLUX.1-dev-ControlNet-Perspective

Diffusers
Safetensors
🇪🇺 Region: EU
Model card Files Files and versions
xet
Community

Instructions to use obvious-research/FLUX.1-dev-ControlNet-Perspective with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use obvious-research/FLUX.1-dev-ControlNet-Perspective with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("obvious-research/FLUX.1-dev-ControlNet-Perspective", 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
FLUX.1-dev-ControlNet-Perspective
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Gohu's picture
Gohu
Rename diffusion_pytorch_model.bf16.safetensors to diffusion_pytorch_model.safetensors
9def519 verified 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • config.json
    477 Bytes
    Upload folder using huggingface_hub 7 months ago
  • diffusion_pytorch_model.safetensors
    2.88 GB
    xet
    Rename diffusion_pytorch_model.bf16.safetensors to diffusion_pytorch_model.safetensors 7 months ago
  • diffusion_pytorch_model_fp32.safetensors
    5.77 GB
    xet
    Rename diffusion_pytorch_model.safetensors to diffusion_pytorch_model_fp32.safetensors 7 months ago