Downloads · 30 days
288
8% of all-time downloads
QuantFactory/TITPOP-200M-dev-GGUF
TITPOP-200M-dev-GGUF is a text generation model from QuantFactory. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as cc-by-nc-nd-4.0.
Downloads · 30 days
288
8% of all-time downloads
All-time downloads
3.7K
Public
Repo size
111 GB
Likes
2
Public
Click a slice to open those files.
.gguf111 GB · 100%
From the Hugging Face model README
This is quantized version of KBlueLeaf/TITPOP-200M-dev created using llama.cpp

TITPOP is a tool to extend, generate, refine the input prompt for T2I models. <br>It can work on both Danbooru tags and Natural Language. Which means you can use it on almost all the existed T2I models. <br>You can take it as "pro max" version of DTG
Although the official inference code with lot of formatting and automatic features is in private now.<br> You can still try to make your own inference interface based on format below:
quality: masterpiece
aspect ratio: 1.0
target: <|short|> <|tag_to_long|>
tag: 1girl, solo, dragon girl, dragon horns, dragon tail
Then you will get output like:
quality: masterpiece
aspect ratio: 1.0
target: <|short|> <|tag_to_long|>
tag: 1girl, solo, dragon girl, dragon horns, dragon tail, smile, ponytail, cleavage cutout, pointy ears, large breasts, black dress, white background, thighhighs, bare shoulders, tail, breasts, clothing cutout, simple background, blonde hair, long hair, blue eyes, looking at viewer, horns,
long: A young woman with blonde hair and cat ears on her head. she is wearing a black outfit with gold accents and has a sword in her right hand. the woman is sitting on top of a large orange snake that is coiled around her body. the snake appears to be attacking her, as if it is attacking her.
All the supported mode is:
None #Tags only, DTG mode
tag_to_long
long_to_tag
short_to_long
short_to_tag
tag_to_short_to_long
short_to_tag_to_long
short_to_long_to_tag
The model is trained on "What we used for training T2I model", which is basically caption from VLM. <br>Since these VLM have lot of different hallucination, this project will also generate some content that "looks like have hallucination" <br>But since the T2I model we want to use also trained on these kind of things, it can still generate descent image, or even better.
For example:
So if you met some weird output which looks like conflicting with tags, try to generate image from it first. <br> You should take the Natural Language part as "different English", since that's what we used for T2I currently...
@misc{TITPOP2024,
author = {Shih-Ying Yeh},
title = {TITPOP: Text to Image with Text Presampling for Optimal Prompting},
howpublished = {\url{https://huggingface.co/KBlueLeaf/TITPOP-200M-dev}},
year = {2024},
note = {Still under development},
}