lumina-gguf / README.md
calcuis's picture
Update README.md
f38d3cc verified
|
raw
history blame
1.91 kB
---
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))