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

  • Log In
  • Sign Up

Floncer
/
projecteee

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

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

  • Libraries
  • Diffusers

    How to use Floncer/projecteee with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Floncer/projecteee", 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
projecteee / tokenizer
15.9 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Floncer's picture
Floncer
Duplicate from Jehex/projecteee
cece5e5 2 months ago
  • chat_template.jinja
    4.26 kB
    Duplicate from Jehex/projecteee 2 months ago
  • merges.txt
    1.67 MB
    Duplicate from Jehex/projecteee 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Duplicate from Jehex/projecteee 2 months ago
  • tokenizer_config.json
    395 Bytes
    Duplicate from Jehex/projecteee 2 months ago
  • vocab.json
    2.78 MB
    Duplicate from Jehex/projecteee 2 months ago