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-ReMax.Q8_0
Browse files- .gitattributes +1 -0
- Qwen3-0.6B-ReMax.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -47,3 +47,4 @@ Josiefied-Qwen3-0.6B-abliterated-v1.Q8_0.gguf filter=lfs diff=lfs merge=lfs -tex
|
|
| 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
|
|
|
|
|
|
| 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
|
| 50 |
+
Qwen3-0.6B-ReMax.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Qwen3-0.6B-ReMax.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca5bd0a56707893981aee1a249232d3b9cbfaee3f5c6ad2c048996042a4f5bbf
|
| 3 |
+
size 639448032
|