0 Followers
0 Following
1 Posts

Was discussing this with a friend yesterday.

Civitai has a long history of bad moderation.

But bad moderation does not mean that you need stricter moderation.

Rather , civitai’s moderation methods has alienated normal users from engaging with the website in a positive manner.

Give users the ability to generate what they want privately , on the condition they keep it nice and tidy on the front end

and people will have incentive and capacity to restrict themselves in the public space.

Treat people fairly , they open up to you about the problems they see.

Set clear boundries on rules , and users can work the problem for you; ensuring they get what they need without posing problem for the website.

If normal users leave , or become dormant , then there will be nobody to keep the crazies in line.

Referring here to people with kinks and motivations that fall well out of scope of what one normally has to moderate on a webpage.

Once the normal users become inactive , the entire community becomes a madhouse.

Which I think is more or less is what has happened to civitai at this point.

Active users are crazy , the normal users are dormant , moderators have to work their *ss off to regulate everything 24/7 , website becomes a trash heap and nobody cares about anything anymore.

That is good to hear!

1/20th of civitai user prompts added as 300Mb safetensor file to the CLIP interrogator

https://lemmy.world/post/20812652

1/20th of civitai user prompts added as 300Mb safetensor file to the CLIP interrogator - Lemmy.World

Image shows list of prompt items before/after running ‘remove duplicates’ from a subset of the Adam Codd huggingface repo of civitai prompts: https://huggingface.co/datasets/AdamCodd/Civitai-2m-prompts/tree/main [https://huggingface.co/datasets/AdamCodd/Civitai-2m-prompts/tree/main] Link to notebook here: https://huggingface.co/datasets/codeShare/fusion-t2i-generator-data/blob/main/Google Colab Jupyter Notebooks/fusion_t2i_CLIP_interrogator.ipynb [https://huggingface.co/datasets/codeShare/fusion-t2i-generator-data/blob/main/Google%20Colab%20Jupyter%20Notebooks/fusion_t2i_CLIP_interrogator.ipynb] //—// Removing duplicates from civitai prompts results in a 90% reduction of items! From 4.8 million-> 0.417 million items. If you wish to search this set , you can use the notebook above. Unlike the typical pharmapsychotic CLIP interrogator , I pre-encode the text corpus ahead of time. Additionally , I’m using quantization on the text corpus to store the encodings as unsigned integers (torch.uint8) instead of float32 , using this formula: [https://lemmy.world/pictrs/image/6c03bb16-66f1-458e-8124-f68ec8ef1f01.png] For the clip encodings , I use scale 0.0043. The TLDR is that you divide the float32 value with 0.043 , round it up to the closest integer , and then add the zero_point until all values within the encoding is above 0. A typical zero_point value for a given encoding can be 0 , 30 , 120 or 250-ish. In summary , a pretty useful setup for me when I need prompts for stuff. //—// I also have a 1.6 million item fanfiction set of tags loaded from https://archiveofourown.org/ [https://archiveofourown.org/] Its mostly character names. They are listed as fanfic1 and fanfic2 respectively. //—// Upcoming plans is to include a visual representation of the text_encodings as colored cells within a 16x16 grid. A color is an RGB value (3 integer values) within a given range , and 3 x 16 x 16 = 768 , which happens to be the dimension of the CLIP encoding //—// Thats all for this update.

Cool!

I appreciate you took the time to write a sincere question.

Kinda rude for people to downvote you.

This is the perchance emoji ⚄

https://lemmy.world/post/20173350

This is the perchance emoji ⚄ - Lemmy.World

Link : https://www.htmlsymbols.xyz/unicode/U+2684 [https://www.htmlsymbols.xyz/unicode/U+2684] The emoji used on the perchance website. Might be useful to someone.

Florence 2 image captioning sounds intresting to use

Quem 2.5 (State-of-art chatbot) was just released

https://lemmy.world/post/19944442

Quem 2.5 (State-of-art chatbot) was just released - Lemmy.World

Link : https://huggingface.co/spaces/Qwen/Qwen2.5 [https://huggingface.co/spaces/Qwen/Qwen2.5] Background (posted today!) : https://qwenlm.github.io/blog/qwen2.5-llm/ [https://qwenlm.github.io/blog/qwen2.5-llm/] //----// These were released today. I have 0% knowledge what this thing can do, other than it seems be a really good LLM.

Wow , yeah I found a demo here: huggingface.co/spaces/Qwen/Qwen2.5

A whole host of LLM models seems to be released. Thanks for the tip!

I’ll see if I can turn them into something useful 👍

Qwen2.5 - a Hugging Face Space by Qwen

Discover amazing ML apps made by the community

That’s good to know. I’ll try them out. Thanks.