File size: 1,914 Bytes
55a770b 2626fa8 55a770b dfce4a9 2626fa8 e574d51 cfdee24 6f076cc f38d3cc 1b65647 f38d3cc 6f076cc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
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. <Prompt Start> 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
---
# **gguf quantized version of lumina**
- base model from [alpha-vllm](https://huggingface.co/Alpha-VLLM)
- get text encoder [here](https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/blob/main/split_files/text_encoders/gemma_2_2b_fp16.safetensors)
- get vae [here](https://huggingface.co/Comfy-Org/Lumina_Image_2.0_Repackaged/blob/main/split_files/vae/ae.safetensors)
- drag the demo picture below to your browser for workflow
- upgrade your [gguf](https://github.com/calcuis/gguf) node for **lumina** support
<Gallery />
### **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)) |