--- pipeline_tag: text-to-image tags: - gguf-node base_model: - Alpha-VLLM/Lumina-Image-2.0 widget: - text: >- You are an assistant designed to generate superior images with the superior degree of image-text alignment based on textual prompts or user prompts. a cute anime girl with massive fennec ears mouth open and a big fluffy tail long blonde hair and blue eyes wearing a maid outfit with a long black dress and a large purple liquid stained white apron and white gloves and black leggings sitting on a large cushion in the middle of a kitchen in a dark victorian mansion with a stained glass window drinking a glass with a galaxy inside parameters: negative_prompt: >- blurry ugly bad output: url: samples\ComfyUI_00001_.png - text: >- You are an assistant designed to generate superior images with the superior degree of image-text alignment based on textual prompts or user prompts. a cute anime girl with massive fennec ears mouth open and a big fluffy tail long blonde hair and blue eyes wearing a maid outfit with a long black dress and a large purple liquid stained white apron and white gloves and black leggings sitting on a large cushion in the middle of a kitchen in a dark victorian mansion with a stained glass window drinking a glass with a galaxy inside parameters: negative_prompt: >- blurry ugly bad output: url: samples\ComfyUI_00002_.png - text: >- You are an assistant designed to generate superior images with the superior degree of image-text alignment based on textual prompts or user prompts. a cute anime girl with massive fennec ears mouth open and a big fluffy tail long blonde hair and blue eyes wearing a maid outfit with a long black dress and a large purple liquid stained white apron and white gloves and black leggings sitting on a large cushion in the middle of a kitchen in a dark victorian mansion with a stained glass window drinking a glass with a galaxy inside parameters: negative_prompt: >- blurry ugly bad output: url: samples\ComfyUI_00003_.png --- # **gguf quantized version of lumina** ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/lumina2.png) - upgrade your **gguf** node for **lumina** support ## **setup (once)** - drag **gguf** to > `./ComfyUI/models/diffusion_models` - drag gemma_2_2b_fp16.safetensors [[5.23GB](https://huggingface.co/calcuis/lumina-gguf/blob/main/gemma_2_2b_fp16.safetensors)] to > `./ComfyUI/models/text_encoders` - drag **vae** (opt [fp32](https://huggingface.co/calcuis/lumina-gguf/blob/main/lumina2_vae_fp32.safetensors) or [fp16](https://huggingface.co/calcuis/lumina-gguf/blob/main/lumina2_vae_fp16.safetensors) or [fp8](https://huggingface.co/calcuis/lumina-gguf/blob/main/lumina2_vae_fp8.safetensors)) to > `./ComfyUI/models/vae` ## **run it straight (no installation needed way)** - run the .bat file in the main directory (assuming you are using the gguf-node with comfy pack) - drag any demo picture (below) to > your browser for workflow ### **reference** - base model from [alpha-vllm](https://github.com/Alpha-VLLM/Lumina-Image-2.0) - gemma-2-2b (act as text encoder) from [google](https://huggingface.co/google/gemma-2-2b) - flux.1-dev vae (act as vae decoder) from [black-forest-labs](https://huggingface.co/black-forest-labs/FLUX.1-dev/tree/main/vae) - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI) - pig architecture from [connector](https://huggingface.co/connector) - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))