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.Q8_0
Browse files- .gitattributes +1 -0
- Qwen3-0.6B-Heretic.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -46,3 +46,4 @@ Qwen3-0.6B-Heretic-Heresy-EditionQ8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 46 |
Josiefied-Qwen3-0.6B-abliterated-v1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
Qwen3-0.6B-Prompt-Gen-v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
Qwen3-0.6B-Infinity-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 46 |
Josiefied-Qwen3-0.6B-abliterated-v1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
Qwen3-0.6B-Prompt-Gen-v0.1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
Qwen3-0.6B-Infinity-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Qwen3-0.6B-Heretic.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3-0.6B-Heretic.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0bfa13c05af77e1d7139aa70661da9d786a9dc2ec3416ae99155023a3ae89ab
|
| 3 |
+
size 639447520
|