Instructions to use Wonky468/character-n with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wonky468/character-n 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("Wonky468/character-n") prompt = "hyper realism wide angle shot of Nina standing on top of an elephant in a loose fitting white short skirt and a simple sweater" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Krea 2 LoRA β Wonky468/character-n

- Prompt
- hyper realism wide angle shot of Nina standing on top of an elephant in a loose fitting white short skirt and a simple sweater

- Prompt
- Nina dressed as a diver exploring underwater caves

- Prompt
- Nina with her hourglass figure and gigantic blossom is dressed in a slightly see through white top with a low cut out revealing her large cleavage and a seriously short loose fitting black skirt
A DreamBooth-LoRA for Krea 2, trained on Krea 2 RAW and shown on Krea 2 Turbo. The samples below were generated with this LoRA on Turbo (8 steps).
Trigger
Use the token Nina to invoke the concept.
Samples
"A hyper-realistic portrait of Nina as a cyberpunk hacker, surrounded by glowing holographic screens and neon rain in a futuristic Tokyo alley."
"Nina dressed as a Victorian explorer, standing amidst the golden ruins of an ancient jungle temple with sunlight filtering through giant ferns."
"A whimsical 3D render of Nina as a tiny fairy, sleeping inside a dew-covered peony flower in a magical moonlit garden."
Use it with diffusers
import torch
from diffusers import Krea2Pipeline
pipe = Krea2Pipeline.from_pretrained("krea/Krea-2-Turbo", torch_dtype=torch.bfloat16).to("cuda")
pipe.load_lora_weights("Wonky468/character-n")
image = pipe("A hyper-realistic portrait of Nina as a cyberpunk hacker, surrounded by glowing holographic screens and neon rain in a futuristic Tokyo alley.", num_inference_steps=8, guidance_scale=0.0).images[0]
image.save("output.png")
- Downloads last month
- 42
Inference Providers NEW
This model isn't deployed by any Inference Provider. π Ask for provider support
Model tree for Wonky468/character-n
Base model
krea/Krea-2-Raw

