SexGod PinkCherry v1.8 (see updates below)
Updated: Join our discord server: https://discord.gg/GCrr4Cj3D
-Mini Max H3 Pink Cherry Alpha now in testing at https://huggingface.co/SexGod1979/PinkCherry_MiniMax-H3/tree/main/alpha-0.2-testing
Version 1.8 is out, the entire model was reworked and trained with a new training pipeline. An updated workflow with negative video/audio prompts is available at
https://civarchive.com/models/2828422/pink-cherry-ltx-23-uncensored-workflow
GGUF, fp8_scaled, bf16 and int8 versions are available for download.
This is a great krea2 lora for creating realistic nsfw key frames https://huggingface.co/lodestones/Kroma/tree/main
distil lora is available at https://huggingface.co/Lightricks/LTX-2.3/blob/main/ltx-2.3-22b-distilled-lora-384-1.1.safetensors
uncensored gemma-3-12b text encoder is available at: https://huggingface.co/DreamFast/gemma-3-12b-it-heretic-v2/tree/main/comfyui
Model type: checkpoint, supports I2V and T2V. fine tuned from LTX 2.3 base model.
Description
v1.3
FAQ
Comments (43)
Thanks for sharing v1.3
you're welcome!
Fantastic checkpoint for LTX2.3, well done! Excited to keep testing more!
thank you. I am having too much fun with this thing
I got v1.0 working great under the comfy LTX template, but your workflow left me with a sea of errors I couldn't fix. Unfortunately, 1.3 must have changed parameters significantly, as the results are just a hot mess of pixels. It's a real shame you have to be a veteran of comfui nodes to make it in your workflow. I ran out of patience, and the help is limited. I'll have to go back to Eros with a heavy heart.
which one bf16 or fp8 model? what was the error on comfyUI console?
oh I see the errors in the fp8 version ill have to replace it, oops
@sexgod1979 Ah, man, I appreciate the reply and help for the novices. v1 was awesome, and I look forward to trying the update. The basic LTX template suited my needs just fine. I would love to get your new workflow working, but I just don't have the knowledge for the final missing nodes:
comfyui_custom_switch (1)
comfyui_layerstyle (7)
comfyui-various (5)
Let me know if there is anything I can do, but my knowledge is sadly lacking.
@fullerphoto872 I just uploaded a fixed fp8 model, sorry abotut that. The errors you got in the the standard LTX 2.3 workflow were entirely because the model I uploaded had errors in it not anything you were doing (poor quality control from the SexGod). Yes, the model should work fine with almost any LTX 2.3 based workflow. THe workflow I posted you are correct that I had to use git clone commands to install those nodes you mentioned. IN your custom_nodes folder run these commands:
git clone https://github.com/tritant/ComfyUI_Custom_Switch.git git clone https://github.com/chflame163/ComfyUI_LayerStyle.git git clone https://github.com/jamesWalker55/comfyui-various.git
you will need to pip -m install requirements.txt for each of them too
@sexgod1979 Ahh, thanks SG, I'm downloading again now. I'll try your new custom workflow again once I figure out the pip commands. I'll have to get ChatGPT to help me with that lol. I'm glad I could contribute in some small way. If there is a way to get you a coffee, let me know! edit: I just see the updated help files with git nodes.. legend
@sexgod1979 v1.3 isn't performing nearly as well as v1 for me. The audio is better, but NSFW content isn't nearly as animated (in terms of movement) as before. Also getting lots of weird morphing with the genitalia. When I go back to v1, the results are consistently better. I wouldn't have thought it was the workflow, who knows.
@fullerphoto872 Okay. could you share what model bf16, fp8 etc and workflow yoire using, prompts etc so I can test. or share that with me via chat. You could be absolutely right though that v1.3 is a step back from v1.0. ill look into it and try to figure out where I went wrong so I can fix it in the next release!
The updated v1.3 FP8 fails to download on every attempt tonight. It just gets to 100% and gives me 'file wasn't available on site':
update: got Gemini to show me how to use xet. downloading now after the browser kept failing all night.
hrmm okay, ill have to test that, but I also posted it on huggingface
@sexgod1979 The direct download link also failed for me in HF, so I went with the XET link instead. It's all good, I have it now and look forward to testing it.
if you use Cloudflare or a vpn, disable that. that was causing my civit downloads to fail
Can you make a int8 version please ?
I used the Comfyui-INT8-Fast nodes to convert the bf16 file myself and it works fine. I know comfyui has native support now, but I get much faster results using his load int8 node somehow. Hope the node author doesn't abandon his work just because comfyui implemented poorer native support.
I added a convrot int8 version, see if it works ok. I tested it briefly
This needs a INT8 convrot conversion + GGUF of that conversion so it can fit on a 16gb gpu if thats possible
Convrot int8 was just released half an hour ago, and gguf is a completely separate quantisation technique from the base model (bf16).
You might be able to use multigpu (https://github.com/pollockjj/ComfyUI-MultiGPU) on a gguf quant with distorch and vram capping of the unet, but problem is the clip; I haven't found any gguf of the embeddings and its dual clip node doesn't seem to work with gguf + non gguf.
Or this workflow. https://civitai.red/models/2443867/ltx-23-22b-gguf-workflows-12gb-vram?modelVersionId=2879736
yeah im not sure how to convert the bf16 to GGUF at the moment, if someone knows how to do it, and wants to send me the resultant file over chat ill post it
@sexgod1979 I know two repos, city's and ferretduck's. City's is well established but long unmaintained, dunno if ltx works correctly.
https://github.com/city96/ComfyUI-GGUF/tree/main/tools
https://github.com/qskousen/ggufy (https://civitai.red/user/ferretduck)
There's also the grandparent llama.cpp, never tried it directly.
There is also this space, looks super simple but seems to not work on your repo. Probably only intended for llms. Suspect llama.cpp might give the same result.
https://huggingface.co/spaces/ggml-org/gguf-my-repo
```
Error converting to fp16: INFO:hf-to-gguf:Loading model: PinkCherry_NSFW_LTX23 WARNING:hf-to-gguf:Failed to load model config from PinkCherry_NSFW_LTX23: The checkpoint you are trying to load has model type `ltx-video` but Transformers does not recognize this architecture. This could be because of an issue with the checkpoint, or because your version of Transformers is out of date. You can update Transformers with the command `pip install --upgrade transformers`. If this does not work, and the checkpoint is very new, then there may not be a release version that supports this model yet. In this case, you can get the most up-to-date code by installing Transformers from source with the command `pip install git+https://github.com/huggingface/transformers.git` WARNING:hf-to-gguf:Trying to load config.json instead INFO:hf-to-gguf:Model architecture: LTXForVideoGeneration ERROR:hf-to-gguf:Model LTXForVideoGeneration is not supported
```
Is this uncensored model (means it dont need / less need an additional lora) ??
yes nsfw uncensored, does not need external lora but you can use loras to enhance it. I use an uncensored gemma text encoder as well
For anyone using the workflow he provided... Do yourself a massive favor and swap a regular VAE node in for the tiled one if you have enough VRAM. It makes the generations drastically better.
regular VAE decode hrmm, ok ill give it a whirl :)
I didn't even realize that I could do this on my 4090. Been running all LTX 2.3 generations with tiled VAE. Switched it out and it worked fine. Quality is better, you are right! Thanks!
@sugarfreewafers Which VAE should be used? Please provide the link so I can download it.
@sexgod1979 Which VAE should be used? Please provide the link so I can download it.
@animart920 it's a native comfyui node (already included), you don't download anything. Just search for "VAE Decode" inside comfyui.
@animart920 - Use the VAE Decode comfy node instead of the VAE Decode (Tiled) node. Use LoadCheckpoint, load the sexgod-pinkcherry-v15*.safetensors checkpoint, and plumb the VAE from there to the VAE Decode node.
@sugarfreewafers ok... tanks
Amazing checkpoint! Krea2 images + LTX2.3 I2V using your fp16 checkpoint + ablated text encoder is fantastic! I don't need any other loras to create some really good, really spicy stuff now!
Thank you and looking forward to more from you!
thank you. I haven't had time yet to get into Krea2, ive heard its amazing though. Next on my list of naughty things to 'try'
@sexgod1979 I've gone through most other image models and krea2 works fantastic. Prompt adherence, trainability, high def gens, and familiarity with most anatomy out of the box. SNOFS is my go to lora for krea. Use krea2_raw bf16 and a turbo lora if you can.
@sugarfreewafers sweet, cannot wait to try it out, thanks! maybe ill animate a few of the results haha
@sexgod1979 Would you consider training a similar lora for Krea2? Lots of good stuff in this one you've trained for LTX and based on my experience, LTX is much more difficult to train. Of course, I'm sure one difficulty is that your training data is likely mostly videos, not images...
Thanks man, much appreciated
you're very welcome, enjoy!
thanks a lot ! ltx is such a finicky model.
thank you, enjoy!
Bro, I don't want to compare your checkpoints and mr. Xin anymore, because you're all doing a good job. In my opinion, yours is perfect. Keep up the good work.