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

  • Log In
  • Sign Up

ashen0209
/
Flux-Dev2Pro

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

Instructions to use ashen0209/Flux-Dev2Pro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ashen0209/Flux-Dev2Pro with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ashen0209/Flux-Dev2Pro", 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
23.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ashen0209's picture
ashen0209
Update README.md
09a982b verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    943 Bytes
    Update README.md over 1 year ago
  • config.json
    421 Bytes
    Upload model over 1 year ago
  • diffusion_pytorch_model-00001-of-00003.safetensors
    9.98 GB
    xet
    Upload model over 1 year ago
  • diffusion_pytorch_model-00002-of-00003.safetensors
    9.95 GB
    xet
    Upload model over 1 year ago
  • diffusion_pytorch_model-00003-of-00003.safetensors
    3.87 GB
    xet
    Upload model over 1 year ago
  • diffusion_pytorch_model.safetensors.index.json
    121 kB
    Upload model over 1 year ago