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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rekty1988
/
KREA2_BY_REKTY

Text-to-Image
Diffusers
English
krea-2
comfyui
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use rekty1988/KREA2_BY_REKTY with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("rekty1988/KREA2_BY_REKTY", 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 Settings
  • Draw Things
  • DiffusionBee
KREA2_BY_REKTY
163 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
rekty1988's picture
rekty1988
Delete _lfs_test.bin with huggingface_hub
7e69fdf verified 1 day ago
  • .gitattributes
    1.57 kB
    Upload LICENSE.pdf with huggingface_hub 1 day ago
  • KREA2_LICENSE.md
    21.8 kB
    Upload KREA2_LICENSE.md with huggingface_hub 1 day ago
  • LICENSE.pdf
    138 kB
    xet
    Upload LICENSE.pdf with huggingface_hub 1 day ago
  • README.md
    1.85 kB
    Upload README.md with huggingface_hub 1 day ago