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

  • Log In
  • Sign Up

TatsuyaXAI
/
Fu_Hongxue

Diffusers
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use TatsuyaXAI/Fu_Hongxue with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("TatsuyaXAI/Fu_Hongxue", 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
Fu_Hongxue
31.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
TatsuyaXAI's picture
TatsuyaXAI
Upload 6 files
e0965a6 verified 8 months ago
  • IllustriousPreview
    Upload 6 files 8 months ago
  • .gitattributes
    1.89 kB
    Upload 6 files 8 months ago
  • Fu Hongxue - Illustrious.safetensors
    28.9 MB
    xet
    Upload Fu Hongxue - Illustrious.safetensors 8 months ago
  • README.md
    1.41 kB
    Update README.md 8 months ago