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

  • Log In
  • Sign Up

FudanCVL
/
GlyphPrinter

Diffusers
Safetensors
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use FudanCVL/GlyphPrinter with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("FudanCVL/GlyphPrinter", 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
GlyphPrinter
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
TribeRinb's picture
TribeRinb
Upload assets/teaser.png with huggingface_hub
6ede324 verified about 2 months ago
  • assets
    Upload assets/teaser.png with huggingface_hub about 2 months ago
  • dpo-checkpoint
    Move LoRA weight into dpo-checkpoint and remove placeholders about 2 months ago
  • pretrained_stage1_attn_mask_transformer-stage-1-2
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    110 Bytes
    Upload assets/teaser.png with huggingface_hub about 2 months ago
  • README.md
    5.82 kB
    Upload README.md with huggingface_hub about 2 months ago