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-Zlycoris /toolkit
481 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
highscoregames12018's picture
highscoregames12018
Add/update custom_nodes
639819d verified 6 months ago
  • models
    Add/update custom_nodes 6 months ago
  • BaseSDTrainProcess.py
    117 kB
    Add/update custom_nodes 6 months ago
  • config_modules.py
    69.2 kB
    Add/update custom_nodes 6 months ago
  • kohya_lora.py
    50.8 kB
    Add/update custom_nodes 6 months ago
  • loha_network.py
    6.08 kB
    Add/update custom_nodes 6 months ago
  • lokr.py
    12.6 kB
    Add/update custom_nodes 6 months ago
  • lora_special.py
    27.1 kB
    Add/update custom_nodes 6 months ago
  • lorm.py
    16.4 kB
    Add/update custom_nodes 6 months ago
  • lycoris_special.py
    15.6 kB
    Add/update custom_nodes 6 months ago
  • lycoris_utils.py
    22.2 kB
    Add/update custom_nodes 6 months ago
  • metadata.py
    3.05 kB
    Add/update custom_nodes 6 months ago
  • network_mixins.py
    33.4 kB
    Add/update custom_nodes 6 months ago
  • paths.py
    915 Bytes
    Add/update custom_nodes 6 months ago
  • prompt_utils.py
    30.9 kB
    Add/update custom_nodes 6 months ago
  • requirements.txt
    95 Bytes
    Add/update custom_nodes 6 months ago
  • saving.py
    13.5 kB
    Add/update custom_nodes 6 months ago
  • train_tools.py
    28.2 kB
    Add/update custom_nodes 6 months ago
  • z_image.py
    22.2 kB
    Add/update custom_nodes 6 months ago