Instructions to use IronBloodhound/teal-bone-gothic-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IronBloodhound/teal-bone-gothic-style 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", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("IronBloodhound/teal-bone-gothic-style") prompt = "<TEALBONEGOTHIC style>, dignified elderly astronomer standing beside a large brass telescope, layered formal clothing, weathered expressive face, observatory windows behind him, centered three-quarter portrait, dramatic studio lighting, clearly visible hands" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Krea 2 LoRA — IronBloodhound/teal-bone-gothic-style

- Prompt
- <TEALBONEGOTHIC style>, dignified elderly astronomer standing beside a large brass telescope, layered formal clothing, weathered expressive face, observatory windows behind him, centered three-quarter portrait, dramatic studio lighting, clearly visible hands

- Prompt
- <TEALBONEGOTHIC style>, quiet neighborhood bakery before opening, empty wooden tables, glass pastry displays, shelves of fresh bread, hanging lamps and a large front window, believable architectural perspective, wide interior composition, no people

- Prompt
- <TEALBONEGOTHIC style>, solitary red fox standing in a snow-covered meadow, complete natural anatomy, frost-covered grass, distant pine forest and falling snow, low eye-level perspective, atmospheric wildlife composition

- Prompt
- <TEALBONEGOTHIC style>, enormous modern suspension bridge crossing a wide river during a thunderstorm, empty roadway, distant city skyline, tiny vehicles for scale, panoramic cinematic composition, realistic structural geometry

- Prompt
- <TEALBONEGOTHIC style>, antique tabletop radio displayed on a plain pedestal, visible tuning dial, speaker grille, knobs and weathered casing, isolated dark studio background, centered product composition, sharp material detail
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 phrase TEALBONEGOTHIC style to invoke the concept.
Samples
", dignified elderly astronomer standing beside a large brass telescope, layered formal clothing, weathered expressive face, observatory windows behind him, centered three-quarter portrait, dramatic studio lighting, clearly visible hands"
", quiet neighborhood bakery before opening, empty wooden tables, glass pastry displays, shelves of fresh bread, hanging lamps and a large front window, believable architectural perspective, wide interior composition, no people"
", solitary red fox standing in a snow-covered meadow, complete natural anatomy, frost-covered grass, distant pine forest and falling snow, low eye-level perspective, atmospheric wildlife composition"
", enormous modern suspension bridge crossing a wide river during a thunderstorm, empty roadway, distant city skyline, tiny vehicles for scale, panoramic cinematic composition, realistic structural geometry"
", antique tabletop radio displayed on a plain pedestal, visible tuning dial, speaker grille, knobs and weathered casing, isolated dark studio background, centered product composition, sharp material detail"
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("IronBloodhound/teal-bone-gothic-style")
image = pipe("<TEALBONEGOTHIC style>, dignified elderly astronomer standing beside a large brass telescope, layered formal clothing, weathered expressive face, observatory windows behind him, centered three-quarter portrait, dramatic studio lighting, clearly visible hands", num_inference_steps=8, guidance_scale=0.0).images[0]
image.save("output.png")
- Downloads last month
- -
Model tree for IronBloodhound/teal-bone-gothic-style
Base model
krea/Krea-2-Raw



