Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

dataautogpt3
/
FluxteusV1

Text-to-Image
Diffusers
flux
flux-diffusers
Model card Files Files and versions
xet
Community
3

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

  • Libraries
  • Diffusers

    How to use dataautogpt3/FluxteusV1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dataautogpt3/FluxteusV1", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "cinematic film still of Kodak Motion Picture Film: (Sharp Detailed Image)  An Oscar winning movie for Best Cinematography a woman in a kimono  standing on a subway train in Japan Kodak Motion Picture Film Style,  shallow depth of field, vignette, highly detailed, high budget, bokeh,  cinemascope, moody, epic, gorgeous, film grain, grainy\n"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
FluxteusV1
17.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Moritz2005's picture
Moritz2005
Update README.md
c601230 verified over 1 year ago
  • assets
    Upload 9 files over 1 year ago
  • .gitattributes
    1.9 kB
    Upload 9 files over 1 year ago
  • Fluxteus.safetensors
    17.1 GB
    xet
    Upload Fluxteus.safetensors over 1 year ago
  • README.md
    3.74 kB
    Update README.md over 1 year ago