Instructions to use Kutches/Anim4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kutches/Anim4 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Kutches/Anim4", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Josiefied-Qwen3-0.6B-abliterated-v2.Q8_0
Browse files
.gitattributes
CHANGED
|
@@ -50,3 +50,4 @@ Qwen3-0.6B-Heretic.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 50 |
Qwen3-0.6B-ReMax.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
JOSIE-IT1-Qwen3-0.6B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
Josiefied-Qwen3-0.6B-gabliterated-v1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 50 |
Qwen3-0.6B-ReMax.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
JOSIE-IT1-Qwen3-0.6B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
Josiefied-Qwen3-0.6B-gabliterated-v1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Josiefied-Qwen3-0.6B-abliterated-v2.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Josiefied-Qwen3-0.6B-abliterated-v2.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd207e92bb78ff0ab5c2ff946fee5648a0d2b6a79ee22d38ef6a086c018c7bd5
|
| 3 |
+
size 639447328
|