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

  • Log In
  • Sign Up

fyp1
/
flux_dev_finetune

Text-to-Image
Diffusers
Safetensors
FluxPipeline
diffusion
flux
image-generation
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use fyp1/flux_dev_finetune with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fyp1/flux_dev_finetune", 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_dev_finetune
174 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 42 commits
fyp1's picture
fyp1
Create adapter_config.json
9e64ddd verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    176 Bytes
    Update README.md over 1 year ago
  • adapter_config.json
    229 Bytes
    Create adapter_config.json over 1 year ago
  • config.json
    199 Bytes
    Rename config.yaml to config.json over 1 year ago
  • diffusion_pytorch_model.safetensors.index.json
    206 kB
    Update diffusion_pytorch_model.safetensors.index.json over 1 year ago
  • model.safetensors
    172 MB
    xet
    Rename flux_dev_finetune.safetensors to model.safetensors over 1 year ago
  • model_index.json
    814 Bytes
    Update model_index.json over 1 year ago
  • scheduler_config.json
    273 Bytes
    Rename scheduler_scheduler_config.json to scheduler_config.json over 1 year ago
  • tokenizer_config.json
    705 Bytes
    Rename tokenizer_tokenizer_config.json to tokenizer_config.json over 1 year ago
  • tokenizer_merges.txt
    525 kB
    Upload 4 files over 1 year ago
  • tokenizer_special_tokens_map.json
    588 Bytes
    Upload 4 files over 1 year ago
  • tokenizer_vocab.json
    1.06 MB
    Upload 4 files over 1 year ago
  • transformer_config.json
    378 Bytes
    Upload 2 files over 1 year ago