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

highscoregames12018
/
ComfyUI_Files

Text-to-Image
Diffusers
ONNX
GGUF
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use highscoregames12018/ComfyUI_Files with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("TheRaf7/ultra-real-wan2.2", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("highscoregames12018/ComfyUI_Files")
    
    prompt = "-"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
ComfyUI_Files / custom_nodes /comfyui_controlnet_aux
401 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
highscoregames12018's picture
highscoregames12018
Add/update custom_nodes
e8ef05d verified 6 months ago
  • .github
    Add/update custom_nodes 6 months ago
  • ckpts
    Add/update custom_nodes 6 months ago
  • examples
    Add/update custom_nodes 6 months ago
  • node_wrappers
    Add/update custom_nodes 6 months ago
  • src
    Add/update custom_nodes 6 months ago
  • tests
    Add/update custom_nodes 6 months ago
  • .gitignore
    1.94 kB
    Add/update custom_nodes 6 months ago
  • .tracking
    40.3 kB
    Add/update custom_nodes 6 months ago
  • LICENSE.txt
    11.4 kB
    Add/update custom_nodes 6 months ago
  • NotoSans-Regular.ttf
    455 kB
    xet
    Add/update custom_nodes 6 months ago
  • README.md
    21.9 kB
    Add/update custom_nodes 6 months ago
  • UPDATES.md
    4.54 kB
    Add/update custom_nodes 6 months ago
  • __init__.py
    8.82 kB
    Add/update custom_nodes 6 months ago
  • config.example.yaml
    2.05 kB
    Add/update custom_nodes 6 months ago
  • dev_interface.py
    135 Bytes
    Add/update custom_nodes 6 months ago
  • hint_image_enchance.py
    9.7 kB
    Add/update custom_nodes 6 months ago
  • install.bat
    492 Bytes
    Add/update custom_nodes 6 months ago
  • log.py
    1.86 kB
    Add/update custom_nodes 6 months ago
  • lvminthin.py
    2.42 kB
    Add/update custom_nodes 6 months ago
  • pyproject.toml
    655 Bytes
    Add/update custom_nodes 6 months ago
  • requirements.txt
    255 Bytes
    Add/update custom_nodes 6 months ago
  • search_hf_assets.py
    2.68 kB
    Add/update custom_nodes 6 months ago
  • utils.py
    9.28 kB
    Add/update custom_nodes 6 months ago