Instructions to use IronBloodhound/frost-ember-gothic-style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use IronBloodhound/frost-ember-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/frost-ember-gothic-style") prompt = "<FROSTEMBERGOTHIC>, an ancient lighthouse keeper standing at the top of a storm-battered tower, weathered ceremonial coat, lantern staff glowing through freezing rain, enormous waves crashing against black cliffs below, distant shipwrecks" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Krea 2 LoRA — IronBloodhound/frost-ember-gothic-style

- Prompt
- <FROSTEMBERGOTHIC>, an ancient lighthouse keeper standing at the top of a storm-battered tower, weathered ceremonial coat, lantern staff glowing through freezing rain, enormous waves crashing against black cliffs below, distant shipwrecks

- Prompt
- <FROSTEMBERGOTHIC>, a vast subterranean palace constructed around an underground waterfall, towering gothic balconies, suspended bridges, luminous mineral gardens and tiny travelers carrying lanterns, cold mist illuminated by warm windows

- Prompt
- <FROSTEMBERGOTHIC>, a massive mechanical wolf walking through a frozen forest, layered metal fur, exposed joints and engraved armor plates, pale frost covering its body, glowing amber core visible through the chest, low-angle three-quarter composition

- Prompt
- <FROSTEMBERGOTHIC>, an elaborate antique pocket watch opened upon a weathered laboratory table, miniature mechanical city operating inside its face, engraved silver casing, tiny gears and glowing amber windows, dried flowers and handwritten notes

- Prompt
- <FROSTEMBERGOTHIC>, an enormous cathedral-shaped airship traveling through turbulent mountain clouds, weathered metal hull, stained-glass windows, layered sails and hanging observation platforms, small escort aircraft circling below, dramatic sunlight breaking through the storm, cinematic wide composition
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 FROSTEMBERGOTHIC to invoke the concept.
Samples
", an ancient lighthouse keeper standing at the top of a storm-battered tower, weathered ceremonial coat, lantern staff glowing through freezing rain, enormous waves crashing against black cliffs below, distant shipwrecks"
", a vast subterranean palace constructed around an underground waterfall, towering gothic balconies, suspended bridges, luminous mineral gardens and tiny travelers carrying lanterns, cold mist illuminated by warm windows"
", a massive mechanical wolf walking through a frozen forest, layered metal fur, exposed joints and engraved armor plates, pale frost covering its body, glowing amber core visible through the chest, low-angle three-quarter composition"
", an elaborate antique pocket watch opened upon a weathered laboratory table, miniature mechanical city operating inside its face, engraved silver casing, tiny gears and glowing amber windows, dried flowers and handwritten notes"
", an enormous cathedral-shaped airship traveling through turbulent mountain clouds, weathered metal hull, stained-glass windows, layered sails and hanging observation platforms, small escort aircraft circling below, dramatic sunlight breaking through the storm, cinematic wide composition"
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/frost-ember-gothic-style")
image = pipe("<FROSTEMBERGOTHIC>, an ancient lighthouse keeper standing at the top of a storm-battered tower, weathered ceremonial coat, lantern staff glowing through freezing rain, enormous waves crashing against black cliffs below, distant shipwrecks", num_inference_steps=8, guidance_scale=0.0).images[0]
image.save("output.png")
- Downloads last month
- 15
Model tree for IronBloodhound/frost-ember-gothic-style
Base model
krea/Krea-2-Raw



