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 /ComfyUI-Zlycoris
626 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
highscoregames12018's picture
highscoregames12018
Add/update custom_nodes
639819d verified 3 months ago
  • .github
    Add/update custom_nodes 3 months ago
  • toolkit
    Add/update custom_nodes 3 months ago
  • CondMul.py
    2.8 kB
    Add/update custom_nodes 3 months ago
  • GGUF_RAW.py
    6.17 kB
    Add/update custom_nodes 3 months ago
  • LICENSE
    1.1 kB
    Add/update custom_nodes 3 months ago
  • Qwen_Lora.py
    5.39 kB
    Add/update custom_nodes 3 months ago
  • README.md
    4.68 kB
    Add/update custom_nodes 3 months ago
  • TIES.py
    4.76 kB
    Add/update custom_nodes 3 months ago
  • Universal_LoRA.py
    9.46 kB
    Add/update custom_nodes 3 months ago
  • ZCondAdv.py
    4.78 kB
    Add/update custom_nodes 3 months ago
  • __init__.py
    3.79 kB
    Add/update custom_nodes 3 months ago
  • dequant.py
    12.3 kB
    Add/update custom_nodes 3 months ago
  • diffz.py
    2.6 kB
    Add/update custom_nodes 3 months ago
  • getimagesizeplus.py
    2.11 kB
    Add/update custom_nodes 3 months ago
  • info.py
    123 Bytes
    Add/update custom_nodes 3 months ago
  • keyword_match_gate.py
    3.1 kB
    Add/update custom_nodes 3 months ago
  • loader.py
    14.8 kB
    Add/update custom_nodes 3 months ago
  • nodes.py
    34.2 kB
    Add/update custom_nodes 3 months ago
  • nodes2.py
    13.4 kB
    Add/update custom_nodes 3 months ago
  • ops.py
    12.7 kB
    Add/update custom_nodes 3 months ago
  • primitive_widget_to_string.py
    1 kB
    Add/update custom_nodes 3 months ago
  • requirements.txt
    162 Bytes
    Add/update custom_nodes 3 months ago
  • z_image_vector_merge.py
    4.33 kB
    Add/update custom_nodes 3 months ago