Instructions to use pacogarat/yo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use pacogarat/yo 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("pacogarat/yo") prompt = "A cinematic shot of a futuristic cybernetic cat named paco lounging on a neon-lit skyscraper ledge overlooking a rainy Tokyo cityscape." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Krea 2 LoRA โ pacogarat/yo

- Prompt
- A cinematic shot of a futuristic cybernetic cat named paco lounging on a neon-lit skyscraper ledge overlooking a rainy Tokyo cityscape.

- Prompt
- A whimsical oil painting of a tiny mouse called paco wearing a royal crown and sitting upon a throne made of a single golden walnut.

- Prompt
- A hyper-realistic macro photo of a weathered sailor named paco with a salt-and-pepper beard, staring into a storming Atlantic ocean.
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 paco to invoke the concept.
Samples
"A cinematic shot of a futuristic cybernetic cat named paco lounging on a neon-lit skyscraper ledge overlooking a rainy Tokyo cityscape."
"A whimsical oil painting of a tiny mouse called paco wearing a royal crown and sitting upon a throne made of a single golden walnut."
"A hyper-realistic macro photo of a weathered sailor named paco with a salt-and-pepper beard, staring into a storming Atlantic ocean."
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("pacogarat/yo")
image = pipe("A cinematic shot of a futuristic cybernetic cat named paco lounging on a neon-lit skyscraper ledge overlooking a rainy Tokyo cityscape.", num_inference_steps=8, guidance_scale=0.0).images[0]
image.save("output.png")
- Downloads last month
- 10
Model tree for pacogarat/yo
Base model
krea/Krea-2-Raw

