omnigen2-gguf / README.md
calcuis's picture
Update README.md
70deb02 verified
metadata
license: apache-2.0
pipeline_tag: any-to-any
tags:
  - gguf-node
base_model:
  - OmniGen2/OmniGen2
widget:
  - text: >-
      the anime girl with massive fennec ears is wearing cargo pants while
      sitting on a log in the woods biting into a sandwitch beside a beautiful
      alpine lake
    output:
      url: samples\ComfyUI_00003_.png
  - src: samples\fennec_girl_sing.png
    prompt: >-
      the anime girl with massive fennec ears is wearing cargo pants while
      sitting on a log in the woods biting into a sandwitch beside a beautiful
      alpine lake
    output:
      url: samples\ComfyUI_00003_.png
  - text: >-
      the anime girl with massive fennec ears is wearing cargo pants while
      sitting on a log in the woods biting into a sandwitch beside a beautiful
      alpine lake
    output:
      url: samples\ComfyUI_00002_.png
  - src: samples\fennec_girl_sing.png
    prompt: >-
      the anime girl with massive fennec ears is wearing cargo pants while
      sitting on a log in the woods biting into a sandwitch beside a beautiful
      alpine lake
    output:
      url: samples\ComfyUI_00002_.png
  - text: >-
      the anime girl with massive fennec ears is wearing cargo pants while
      sitting on a log in the woods biting into a sandwitch beside a beautiful
      alpine lake
    output:
      url: samples\ComfyUI_00005_.png
  - src: samples\fennec_girl_sing.png
    prompt: >-
      the anime girl with massive fennec ears is wearing cargo pants while
      sitting on a log in the woods biting into a sandwitch beside a beautiful
      alpine lake
    output:
      url: samples\ComfyUI_00005_.png

gguf quantized version of omnigen2

  • drag omnigen2 to > ./ComfyUI/models/diffusion_models
  • drag qwen2.5-vl-3b to > ./ComfyUI/models/text_encoders
  • drag pig to > ./ComfyUI/models/vae

screenshot

Prompt
the anime girl with massive fennec ears is wearing cargo pants while sitting on a log in the woods biting into a sandwitch beside a beautiful alpine lake
Prompt
the anime girl with massive fennec ears is wearing cargo pants while sitting on a log in the woods biting into a sandwitch beside a beautiful alpine lake
Prompt
the anime girl with massive fennec ears is wearing cargo pants while sitting on a log in the woods biting into a sandwitch beside a beautiful alpine lake

screenshot

  • don't need safetensors anymore; all gguf (model + encoder + vae)
  • full set gguf works on gguf-node (see the last item from reference below)

screenshot

  • t2i is roughly 3x to 5x faster than i2i or image editing
  • get more qwen2.5-vl-3b gguf encoder either here (pig quant) or here (llama.cpp quant)
  • alternatively, you could get fp8-e4m3fn safetensors encoder here, or make it with TENSOR Cutter (Beta); works pretty good as well; and don't even need to switch loader (gguf clip loader supports scaled fp8 safetensors)

reference