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

Duplicated from  aoxo/flux.1dev-abliterated

halfadv89
/
test122

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

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

  • Libraries
  • Diffusers

    How to use halfadv89/test122 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("halfadv89/test122", 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
test122 / tokenizer_2
3.24 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
halfadv89's picture
halfadv89
Duplicate from aoxo/flux.1dev-abliterated
bce299e verified over 1 year ago
  • special_tokens_map.json
    2.54 kB
    Duplicate from aoxo/flux.1dev-abliterated over 1 year ago
  • spiece.model
    792 kB
    xet
    Duplicate from aoxo/flux.1dev-abliterated over 1 year ago
  • tokenizer.json
    2.42 MB
    Duplicate from aoxo/flux.1dev-abliterated over 1 year ago
  • tokenizer_config.json
    20.8 kB
    Duplicate from aoxo/flux.1dev-abliterated over 1 year ago