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

HERIUN
/
eruku_korean

Image-to-Image
Transformers
Safetensors
Korean
English
eruku
feature-extraction
handwriting-generation
styled-text-generation
korean
autoregressive
vision
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use HERIUN/eruku_korean with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-to-image", model="HERIUN/eruku_korean", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("HERIUN/eruku_korean", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
eruku_korean
2.88 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
HERIUN's picture
HERIUN
Update to full-VAE combo (T5 step 30000 + Korean VAE); add ink-bbox style crop; crop the style prefix at the real SOG column
0e3ce43 verified 6 days ago
  • samples
    Add before/after generation figures to card 21 days ago
  • .gitattributes
    1.59 kB
    Add before/after generation figures to card 21 days ago
  • README.md
    5.04 kB
    Add before/after generation figures to card 21 days ago
  • config.json
    513 Bytes
    Update to full-VAE combo (T5 step 30000 + Korean VAE); add ink-bbox style crop 21 days ago
  • configuration_eruku.py
    1.94 kB
    Add configuration_eruku.py for AutoModel(trust_remote_code) about 1 month ago
  • model.safetensors
    2.88 GB
    xet
    Update to full-VAE combo (T5 step 30000 + Korean VAE); add ink-bbox style crop 21 days ago
  • modeling_eruku.py
    19.2 kB
    Update to full-VAE combo (T5 step 30000 + Korean VAE); add ink-bbox style crop; crop the style prefix at the real SOG column 6 days ago