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

  • Log In
  • Sign Up

Dimension702
/
flux-dev2pro-fixed

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

Instructions to use Dimension702/flux-dev2pro-fixed with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Dimension702/flux-dev2pro-fixed with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Dimension702/flux-dev2pro-fixed", 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
flux-dev2pro-fixed
23.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Dimension702's picture
Dimension702
Create scheduler/scheduler_config.json
a673b4d verified over 1 year ago
  • scheduler
    Create scheduler/scheduler_config.json over 1 year ago
  • transformer
    Upload fixed Flux-Dev2Pro model over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    943 Bytes
    Upload fixed Flux-Dev2Pro model over 1 year ago