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 / models /text_encoders
16.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
highscoregames12018's picture
highscoregames12018
Add/update models/text_encoders
2797e18 verified 3 months ago
  • put_text_encoder_files_here
    0 Bytes
    Add/update models/text_encoders 3 months ago
  • qwen_2.5_vl_7b_fp8_scaled.safetensors
    9.38 GB
    xet
    Add/update models/text_encoders 3 months ago
  • umt5_xxl_fp8_e4m3fn_scaled.safetensors
    6.74 GB
    xet
    Add/update models/text_encoders 3 months ago