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

  • Log In
  • Sign Up

mhnakif
/
comfy

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use mhnakif/comfy 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/comfy", 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
comfy / comfy_execution
74.9 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
mhnakif's picture
mhnakif
Upload folder using huggingface_hub
bde03db verified about 1 month ago
  • cache_provider.py
    4.85 kB
    Upload folder using huggingface_hub about 1 month ago
  • caching.py
    20.7 kB
    Upload folder using huggingface_hub about 1 month ago
  • graph.py
    14.4 kB
    Upload folder using huggingface_hub about 1 month ago
  • graph_utils.py
    5.63 kB
    Upload folder using huggingface_hub 4 months ago
  • jobs.py
    13.4 kB
    Upload folder using huggingface_hub about 1 month ago
  • progress.py
    11.8 kB
    Upload folder using huggingface_hub 4 months ago
  • utils.py
    1.53 kB
    Upload folder using huggingface_hub 4 months ago
  • validation.py
    2.57 kB
    Upload folder using huggingface_hub 4 months ago