Instructions to use BlackHat404/DefacationAnima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use BlackHat404/DefacationAnima with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("circlestone-labs/Anima", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("BlackHat404/DefacationAnima") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,6 +37,12 @@ Lensdump for non-censored images. https://lensdump.com/a/X4Z
|
|
| 37 |
Hello again, it's been a long while because for once I seem to be close to bleeding edge of a new model release.
|
| 38 |
This time around I've added a bit more control over the output(pun intended) so now you should be able to prompt for piles(poop_pile) or logs that tend not to pile up(laying_cable). Adding thick_turds to the prompt should result and thicker output but sometimes it doesn't work super well.
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
## Trigger words
|
| 41 |
|
| 42 |
You should use `defecating` to trigger the image generation.
|
|
|
|
| 37 |
Hello again, it's been a long while because for once I seem to be close to bleeding edge of a new model release.
|
| 38 |
This time around I've added a bit more control over the output(pun intended) so now you should be able to prompt for piles(poop_pile) or logs that tend not to pile up(laying_cable). Adding thick_turds to the prompt should result and thicker output but sometimes it doesn't work super well.
|
| 39 |
|
| 40 |
+
Full Generation parameters for first example image.
|
| 41 |
+
masterpiece, best_quality, absurdres, amazing_quality, long_hair, sitting, office_lady, office_chair, blazer, skirt_lift, office, pale_skin, bags_under_eyes, medium_breasts, blush, sigh, steam, black_hair, purple single_hair_streak, futanari, penis, testicles, from_behind, anus, <lora:DefecationAnimaComboV1:0.99> defecating, laying_cable
|
| 42 |
+
Negative prompt: bad_quality, worst_quality, worst_detail, sketch, censored, watermark, signature, artist_name, patreon_username, patreon_logo, worst_aesthetic, low_quality, lowres
|
| 43 |
+
Steps: 25, Sampler: DPM++ 2M, Schedule type: Beta, CFG scale: 4, Shift: 3, Seed: 3843698293, Size: 960x1728, Model hash: 4bf3ec72ec, Model: perfectrsbmixAnimaAIO_epsilon, Module 1: qwen_image_vae, Module 2: anima_qwen_3_06b_base, Clip skip: 2, RNG: CPU, Lora hashes: "DefecationAnimaComboV1: 6cf4d4fbc5a2", Beta schedule alpha: 0.6, Beta schedule beta: 0.6, Version: neo
|
| 44 |
+
|
| 45 |
+
|
| 46 |
## Trigger words
|
| 47 |
|
| 48 |
You should use `defecating` to trigger the image generation.
|