GraySoft
Projects Models About FAQ Contact Download guIDE →

luckysexysuccubusqueen135age/promt-generator-gguf Q4_K_M GGUF - Free GGUF Download is indexed on GraySoft with repository links, GGUF quant files, and Hugging Face metadata. This page helps you pick a local model for guIDE or other runtimes. See related models in the same shard below.

Model Intelligence Sheet

luckysexysuccubusqueen135age/promt-generator-gguf overview

This is quantized version of UnfilteredAI/Promt-generator created using llama.cpp # Original Model Card

gguflicense:mitendpoints_compatibleregion:us
luckysexysuccubusqueen135age/promt-generator-gguf visual
Downloads
135
Likes
0
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

14 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
Promt-generator.Q2_K.gguf GGUF Q2_K 401.33 MB Download
Promt-generator.Q3_K_L.gguf GGUF Q3_K_L 483.77 MB Download
Promt-generator.Q3_K_M.gguf GGUF Q3_K_M 469.27 MB Download
Promt-generator.Q3_K_S.gguf GGUF Q3_K_S 443.27 MB Download
Promt-generator.Q4_0.gguf GGUF 514.06 MB Download
Promt-generator.Q4_1.gguf GGUF 547.37 MB Download
Promt-generator.Q4_K_M.gguf GGUF Q4_K_M 535.44 MB Download
Promt-generator.Q4_K_S.gguf GGUF Q4_K_S 515.56 MB Download
Promt-generator.Q5_0.gguf GGUF 580.69 MB Download
Promt-generator.Q5_1.gguf GGUF 614.00 MB Download
Promt-generator.Q5_K_M.gguf GGUF Q5_K_M 596.62 MB Download
Promt-generator.Q5_K_S.gguf GGUF Q5_K_S 580.69 MB Download
Promt-generator.Q6_K.gguf GGUF Q6_K 651.47 MB Download
Promt-generator.Q8_0.gguf GGUF 839.90 MB Download

Model Details Live

Model Slug
luckysexysuccubusqueen135age/promt-generator-gguf
Author
LuckySexySuccubusQueen135Age
Pipeline Task
Library
Created
2026-04-16
Last Modified
2026-04-16
Gated
No
Private
No
HF SHA
9b9a8845dda6d5927999d1ecc9f9deead97196d8
License
Unknown
Language
Unknown
Base Model
Unknown

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "mit",
    "frontmatter": {},
    "hero_image_url": "https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ",
    "summary": "This is quantized version of UnfilteredAI/Promt-generator created using llama.cpp # Original Model Card",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "\n---\n\nlicense: mit\n\n---\n\n[![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)\n\n\n# QuantFactory/Promt-generator-GGUF\nThis is quantized version of [UnfilteredAI/Promt-generator](https://huggingface.co/UnfilteredAI/Promt-generator) created using llama.cpp\n\n# Original Model Card\n\n\n## Model Card: UnfilteredAI/Promt-generator\n\n### Model Overview\nThe **UnfilteredAI/Promt-generator** is a text generation model designed specifically for creating prompts for text-to-image models. It leverages **PyTorch** and **safetensors** for optimized performance and storage, ensuring that it can be easily deployed and scaled for prompt generation tasks.\n\n\n### Intended Use\nThis model is primarily intended for:\n- **Prompt generation** for text-to-image models.\n- Creative AI applications where generating high-quality, diverse image descriptions is critical.\n- Supporting AI artists and developers working on generative art projects.\n\n### How to Use\nTo generate prompts using this model, follow these steps:\n\n1. Load the model in your PyTorch environment.\n2. Input your desired parameters for the prompt generation task.\n3. The model will return text descriptions based on the input, which can then be used with text-to-image models.\n\n**Example Code:**\n\n```python\nfrom transformers import AutoModelForCausalLM, AutoTokenizer\n\ntokenizer = AutoTokenizer.from_pretrained(\"UnfilteredAI/Promt-generator\")\nmodel = AutoModelForCausalLM.from_pretrained(\"UnfilteredAI/Promt-generator\")\n\nprompt = \"a red car\"\ninputs = tokenizer(prompt, return_tensors=\"pt\")\noutputs = model.generate(**inputs)\ngenerated_prompt = tokenizer.decode(outputs[0], skip_special_tokens=True)\n\nprint(generated_prompt)\n```\n",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "license:mit",
    "endpoints_compatible",
    "region:us"
  ],
  "likes": 0,
  "downloads": 135,
  "gated": false,
  "private": false,
  "last_modified": "2026-04-16T14:25:17.000Z",
  "created_at": "2026-04-16T14:25:17.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "69e0f14dde3aa6b53976bd8d",
  "id": "LuckySexySuccubusQueen135Age/Promt-generator-GGUF",
  "modelId": "LuckySexySuccubusQueen135Age/Promt-generator-GGUF",
  "sha": "9b9a8845dda6d5927999d1ecc9f9deead97196d8",
  "createdAt": "2026-04-16T14:25:17.000Z",
  "lastModified": "2026-04-16T14:25:17.000Z",
  "author": "LuckySexySuccubusQueen135Age",
  "downloads": 135,
  "likes": 0,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 16
}