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

  • Log In
  • Sign Up

licyk
/
comfyui-extension-models

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

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

  • Libraries
  • Diffusers

    How to use licyk/comfyui-extension-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("licyk/comfyui-extension-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-extension-models
44 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit

This model has 1 file scanned as unsafe.

licyk's picture
licyk
Super-squash branch 'main' using huggingface_hub
6e14140 verified 7 months ago
  • ComfyUI-Impact-Pack
    Super-squash branch 'main' using huggingface_hub 7 months ago
  • ComfyUI-Marigold
    Super-squash branch 'main' using huggingface_hub 7 months ago
  • ComfyUI-WD14-Tagger
    Super-squash branch 'main' using huggingface_hub 7 months ago
  • comfyui_controlnet_aux
    Super-squash branch 'main' using huggingface_hub 7 months ago
  • hunyuan_dit_comfyui
    Super-squash branch 'main' using huggingface_hub 7 months ago
  • .gitattributes
    8.12 kB
    Super-squash branch 'main' using huggingface_hub 7 months ago
  • README.md
    363 Bytes
    Super-squash branch 'main' using huggingface_hub 7 months ago