--- 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** (opt anyone you like) 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/fp16/fp8) or the new **gguf vae** [[168MB](https://huggingface.co/calcuis/lumina-gguf/blob/main/lumina_vae_fp32-f16.gguf)] 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 - if you opt to use **gguf vae** decoder above, you might need to disconnect the recent vae loader and select **gguf vae loader** under **gguf** menu ### **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))