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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

mhnakif
/
comfy2

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use mhnakif/comfy2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("mhnakif/comfy2", 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
comfy2 / custom_nodes /ComfyUI-FlashVSR_Ultra_Fast
5.29 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
mhnakif's picture
mhnakif
Upload folder using huggingface_hub
18cc273 verified about 2 months ago
  • img
    Upload folder using huggingface_hub about 2 months ago
  • src
    Upload folder using huggingface_hub about 2 months ago
  • .gitignore
    4.71 kB
    Upload folder using huggingface_hub about 2 months ago
  • LICENSE
    35.1 kB
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    2.18 kB
    Upload folder using huggingface_hub about 2 months ago
  • README_zh.md
    2.37 kB
    Upload folder using huggingface_hub about 2 months ago
  • __init__.py
    131 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • nodes.py
    22.9 kB
    Upload folder using huggingface_hub about 2 months ago
  • posi_prompt.pth

    Detected Pickle imports (3)

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

    What is a pickle import?

    4.2 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • requirements.txt
    149 Bytes
    Upload folder using huggingface_hub about 2 months ago