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

Duplicated from  hoveyc/comfyui-models

lzphillipp
/
comfyui-models

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

Instructions to use lzphillipp/comfyui-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lzphillipp/comfyui-models with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lzphillipp/comfyui-models", 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-models / LLM /Florence-2-base
467 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
lzphillipp's picture
lzphillipp
Duplicate from hoveyc/comfyui-models
30d6e05 5 months ago
  • .gitattributes
    1.56 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • CODE_OF_CONDUCT.md
    444 Bytes
    Duplicate from hoveyc/comfyui-models 5 months ago
  • LICENSE
    1.14 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • README.md
    14.8 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • SECURITY.md
    2.66 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • SUPPORT.md
    1.24 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • config.json
    2.43 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • configuration_florence2.py
    15.1 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • modeling_florence2.py
    127 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • preprocessor_config.json
    806 Bytes
    Duplicate from hoveyc/comfyui-models 5 months ago
  • processing_florence2.py
    46.4 kB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    464 MB
    xet
    Duplicate from hoveyc/comfyui-models 5 months ago
  • tokenizer.json
    1.36 MB
    Duplicate from hoveyc/comfyui-models 5 months ago
  • tokenizer_config.json
    34 Bytes
    Duplicate from hoveyc/comfyui-models 5 months ago
  • vocab.json
    1.1 MB
    Duplicate from hoveyc/comfyui-models 5 months ago