Instructions to use void-gryph/mritual-illustrious-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use void-gryph/mritual-illustrious-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="void-gryph/mritual-illustrious-GGUF", filename="mritual-illustrious.Q4_K_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use void-gryph/mritual-illustrious-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf void-gryph/mritual-illustrious-GGUF:Q4_K_M
Use Docker
docker model run hf.co/void-gryph/mritual-illustrious-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use void-gryph/mritual-illustrious-GGUF with Ollama:
ollama run hf.co/void-gryph/mritual-illustrious-GGUF:Q4_K_M
- Unsloth Studio new
How to use void-gryph/mritual-illustrious-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for void-gryph/mritual-illustrious-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for void-gryph/mritual-illustrious-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for void-gryph/mritual-illustrious-GGUF to start chatting
- Docker Model Runner
How to use void-gryph/mritual-illustrious-GGUF with Docker Model Runner:
docker model run hf.co/void-gryph/mritual-illustrious-GGUF:Q4_K_M
- Lemonade
How to use void-gryph/mritual-illustrious-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull void-gryph/mritual-illustrious-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.mritual-illustrious-GGUF-Q4_K_M
List all available models
lemonade list
MRitual丨熟メス儀式 Illustrious - GGUF Ultimate Edition 🏭
Este repositorio ofrece la colección en formato GGUF del modelo original MRitual丨熟メス儀式 Illustrious. Optimizados para inferencia con poca memoria.
� Tabla de Comparativa de Cuantizaciones
| Versión | Tipo | Peso | Calidad | Uso Recomendado |
|---|---|---|---|---|
| Q4_K_M | Medium | ~5-7GB | Basica | Balance / Velocidad |
| Q5_K_M | Large | ~8-10GB | Alta | Calidad |
| Q8_0 | Ultra | Original | Alta | Calidad |
⚙️ Guía de Optimización y Comparativa de Parámetros
Para obtener los mejores resultados con esta versión GGUF, se recomiendan los siguientes ajustes:
1. 🎚️ Comparativa de CFG (Classifier Free Guidance)
| CFG Scale | Efecto en GGUF | Resultado Visual |
|---|---|---|
| 1.0 - 3.5 | Suave / Realista | Menos contraste, ideal para estilos fotográficos. |
| 4.0 - 6.5 | Recomendado | Balance perfecto entre fidelidad al prompt y detalle. |
| 7.0 - 9.0 | Estilizado | Colores más saturados y bordes más definidos. |
2. ⚡ Comparativa de Pasos (Sampling Steps)
| Pasos | Rendimiento | Nivel de Detalle |
|---|---|---|
| 15 - 20 | Ultra Rápido | Bocetos rápidos o previsualizaciones. |
| 25 - 35 | Óptimo | El equilibio para GGUF con casi cero ruido. |
| 40+ | Estándar | Máximo refinamiento de texturas complejas. |
3. 🌫️ Comparativa de Denoise (Solo para i2i / Hires Fix)
- 0.35 - 0.45: Mantiene la estructura original pero con limpieza de artefactos.
- 0.50 - 0.65: El rango ideal para añadir detalle sin deformar el sujeto.
- 0.70+: Cambio significativo de composición (usar con precaución).
👤 Créditos y Atribución
- Autor Original: EKLL
- Cuantización Experta: void-gryph
🚀 Despliegue en ComfyUI
- Archivo GGUF: Mover a
ComfyUI/models/unet/ - Nodos Requeridos: Es necesario tener instalado ComfyUI-GGUF.
- Componentes Originales: Use el CLIP y VAE incluidos en este repo para máxima fidelidad (extraídos sin prefijos de contenedor).
📝 Nota del Autor Original
我们需要真正理解女性年龄的模型而不是只能生成萝莉!
We need a model that truly understands female age, not one that only generates "loli"!
所以这是一个旨在生成成熟女性并且试图理解多样的女性年龄,而不是只能生成小孩、女孩、萝莉的模型。
Therefore, this is a model designed to generate mature female and attempts to understand the diverse ages of women, rather than only generating "children, girls, or loli."
我的推特:@ekll01
My Twitter: @ekll01
加入Discord Join Discord
版本说明请查看About this version
Please see "About this version" for the version description.
请参考我公开的工作流
Please refer to the workflow that I have disclosed.
目前支持的年龄tag
女性:lxlx、mesugaki、bishoujo、lady、mature lady
男性:shxtx、bishounen、gentleman
请您用以上tag代替1girl、1boy。
Currently Supported Age Tags
For females: lxlx, mesugaki, bishoujo, lady, mature lady
For males: shxtx, bishounen, gentleman
Please use these tags instead of 1girl or 1boy.
Recommended Settings(general)
CFG: 5
Steps: 40
Sampling: Euler a
Scheduler: simple
Resolution: 832*1216 above
希望喜欢这个模型的朋友能够量力为模型进行一下Bid投资。这不是请求,但是如果有人能够帮助模型进行Bid,我会十分感谢!
I hope that friends who like this model can consider making a "Bid" investment in the model according to their ability. This is not a request, but I would be very grateful if someone could help the model with a "Bid."
GGUF Quantizer - Comprimiendo la inteligencia artificial, píxel a píxel.
- Downloads last month
- 31
4-bit
5-bit
8-bit