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

jzwsbdem
/
TouhouProjectPC98GamesStyle

Feature Extraction
Transformers
PyTorch
Safetensors
clip_text_model
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use jzwsbdem/TouhouProjectPC98GamesStyle with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="jzwsbdem/TouhouProjectPC98GamesStyle")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("jzwsbdem/TouhouProjectPC98GamesStyle")
    model = AutoModel.from_pretrained("jzwsbdem/TouhouProjectPC98GamesStyle", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
TouhouProjectPC98GamesStyle
37.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
jzwsbdem's picture
jzwsbdem
Push model using huggingface_hub.
c78a8f0 verified over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    565 Bytes
    Upload config.json over 2 years ago
  • model.safetensors
    37.9 MB
    xet
    Rename diffusion_pytorch_model.safetensors to model.safetensors over 2 years ago
  • model_index.json
    609 Bytes
    Upload model_index.json over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    3.52 kB
    xet
    Push model using huggingface_hub. over 2 years ago
  • text_encoder_config.json
    565 Bytes
    Upload text_encoder_config.json over 2 years ago