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

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
  • Draw Things
  • DiffusionBee
ComfyUI_Files / custom_nodes /rgthree-comfy /src_web /common
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
highscoregames12018's picture
highscoregames12018
Add/update custom_nodes
5e57c6d verified 3 months ago
  • components
    Add/update custom_nodes 3 months ago
  • css
    Add/update custom_nodes 3 months ago
  • media
    Add/update custom_nodes 3 months ago
  • comfyui_shim.ts
    1.88 kB
    Add/update custom_nodes 3 months ago
  • comfyui_shim_pnginfo.ts
    18 kB
    Add/update custom_nodes 3 months ago
  • dialog.ts
    4.93 kB
    Add/update custom_nodes 3 months ago
  • link_fixer.ts
    18.4 kB
    Add/update custom_nodes 3 months ago
  • menu.ts
    3.61 kB
    Add/update custom_nodes 3 months ago
  • model_info_service.ts
    3.06 kB
    Add/update custom_nodes 3 months ago
  • progress_bar.ts
    7.31 kB
    Add/update custom_nodes 3 months ago
  • prompt_service.ts
    10.3 kB
    Add/update custom_nodes 3 months ago
  • py_parser.ts
    32.7 kB
    Add/update custom_nodes 3 months ago
  • rgthree_api.ts
    6.91 kB
    Add/update custom_nodes 3 months ago
  • shared_utils.ts
    16.9 kB
    Add/update custom_nodes 3 months ago
  • utils_dom.ts
    14.3 kB
    Add/update custom_nodes 3 months ago
  • utils_templates.ts
    31.5 kB
    Add/update custom_nodes 3 months ago
  • utils_workflow.ts
    2.82 kB
    Add/update custom_nodes 3 months ago