Instructions to use vantagewithai/Krea-2-Raw-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use vantagewithai/Krea-2-Raw-GGUF with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("vantagewithai/Krea-2-Raw-GGUF", dtype=torch.bfloat16, device_map="cuda") prompt = "A small, dark-colored cat is captured mid-stride, walking down the center of a narrow, abandoned street. The street is paved and appears cracked and worn. On either side of the street are tall, dilapidated buildings with visible brickwork and windows. A street lamp stands on the right side. The entire image is rendered in a monochromatic blue, with a distinct halftone dot pattern overlaying the scene, giving it a retro or printed appearance. The focus is soft, and the lighting is diffused, creating a hazy, atmospheric effect. The perspective is from ground level, looking down the length of the street, which narrows into the distance., halftone texture" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload krea-2-base-Q5_K_M.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- krea-2-base-Q5_K_M.gguf +3 -0
.gitattributes
CHANGED
|
@@ -43,3 +43,4 @@ krea-2-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 43 |
krea-2-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
krea-2-base-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
krea-2-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 43 |
krea-2-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
krea-2-base-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
krea-2-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
krea-2-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
krea-2-base-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0234dfb5220193dff31a98ae151ad09c812da5b390bea346b2a0b5c7cae1b8e2
|
| 3 |
+
size 8871195936
|