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

smegmarip
/
ComfyUI

Diffusers
LiteRT
ONNX
Safetensors
GGUF
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use smegmarip/ComfyUI with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("smegmarip/ComfyUI", 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
ComfyUI / clip /clip-vit-large-patch14
1.71 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
smegmarip's picture
smegmarip
Upload clip/clip-vit-large-patch14/model.safetensors with huggingface_hub
e8ff61c verified 7 months ago
  • README.md
    7.95 kB
    Upload clip/clip-vit-large-patch14/README.md with huggingface_hub 7 months ago
  • config.json
    4.52 kB
    Upload clip/clip-vit-large-patch14/config.json with huggingface_hub 7 months ago
  • merges.txt
    525 kB
    Upload clip/clip-vit-large-patch14/merges.txt with huggingface_hub 7 months ago
  • model.safetensors
    1.71 GB
    xet
    Upload clip/clip-vit-large-patch14/model.safetensors with huggingface_hub 7 months ago
  • preprocessor_config.json
    316 Bytes
    Upload clip/clip-vit-large-patch14/preprocessor_config.json with huggingface_hub 7 months ago
  • special_tokens_map.json
    389 Bytes
    Upload clip/clip-vit-large-patch14/special_tokens_map.json with huggingface_hub 7 months ago
  • tokenizer.json
    2.22 MB
    Upload clip/clip-vit-large-patch14/tokenizer.json with huggingface_hub 7 months ago
  • tokenizer_config.json
    905 Bytes
    Upload clip/clip-vit-large-patch14/tokenizer_config.json with huggingface_hub 7 months ago
  • vocab.json
    961 kB
    Upload clip/clip-vit-large-patch14/vocab.json with huggingface_hub 7 months ago