Instructions to use Silvicultor/Krea2GrainyDigitalArtworkStyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Silvicultor/Krea2GrainyDigitalArtworkStyle with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Silvicultor/Krea2GrainyDigitalArtworkStyle") prompt = "A stylized white goat stands atop a jagged, snow-capped mountain peak, rendered in bold dark blue and white tones, set against a vibrant pink and purple gradient background; the artwork is created in Grainy Digital Artwork Style." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("Silvicultor/Krea2GrainyDigitalArtworkStyle")
prompt = "A stylized white goat stands atop a jagged, snow-capped mountain peak, rendered in bold dark blue and white tones, set against a vibrant pink and purple gradient background; the artwork is created in Grainy Digital Artwork Style."
image = pipe(prompt).images[0]Grainy Digital Artwork Style (for Krea2)

- Prompt
- A stylized white goat stands atop a jagged, snow-capped mountain peak, rendered in bold dark blue and white tones, set against a vibrant pink and purple gradient background; the artwork is created in Grainy Digital Artwork Style.

- Prompt
- Grainy Digital Artwork Style illustration featuring an anthropomorphic deer dressed as a wizard with a long blue cloak. The anthropomorphic deer is holding a long wooden staff in the right hand with a blue glowing orb at the top of the staff. He has a real deer head with prominent antlers and a long snout. This hands are brown, matching her body fur tone.

- Prompt
- A large deer silhouette in Grainy Digital Artwork Style contains a vibrant sunset mountain green landscape with many pine trees and high mountains; the text "GUARDIAN OF THE FOREST" is written in white stylized lettering across the forehead of the deer.
Model description
A LoRA for a modern artwork style with a grainy texture.
Trigger words
You should use Grainy Digital Artwork Style to trigger the image generation.
Download model
Download them in the Files & versions tab.
- Downloads last month
- 20
Model tree for Silvicultor/Krea2GrainyDigitalArtworkStyle
Base model
krea/Krea-2-Raw