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
Qwen3-0.6B-heretic-OG.Q8_0
Browse files- .gitattributes +1 -0
- Qwen3-0.6B-heretic-OG.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -52,3 +52,4 @@ 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
|
| 54 |
Qwen3-0.6B-Full-Finetuning-No-Thinking.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
|
| 54 |
Qwen3-0.6B-Full-Finetuning-No-Thinking.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Qwen3-0.6B-heretic-OG.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3-0.6B-heretic-OG.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ac912376f8b5c5699a7b42d0eaca2331f686a158e1ed84c76b62a84d286cb07
|
| 3 |
+
size 639447840
|