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
/
FLUX-MonochromeManga

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

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

  • Libraries
  • Diffusers

    How to use dataautogpt3/FLUX-MonochromeManga 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/FLUX-MonochromeManga", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a monochrome manga of a girl"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
FLUX-MonochromeManga
18.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
dataautogpt3's picture
dataautogpt3
Upload 8 files
0f2f632 verified almost 2 years ago
  • assets
    Upload 4 files almost 2 years ago
  • loras
    Upload 8 files almost 2 years ago
  • .gitattributes
    1.63 kB
    Upload 4 files almost 2 years ago
  • FLUX-DEV_MonochromeManga.safetensors
    17.1 GB
    xet
    Upload FLUX-DEV_MonochromeManga.safetensors almost 2 years ago
  • README.md
    2.15 kB
    Update README.md almost 2 years ago