Instructions to use Jonjew/VikingPrincessCFH with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/VikingPrincessCFH with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Jonjew/VikingPrincessCFH") prompt = "A fierce Viking woman standing on a rocky shoreline at dawn, facing the camera with an intense, unflinching gaze. She wears a dusty crimson and bone white fur-trimmed V1k1nG_Pr1nC3sS outfit, featuring a battle-ready aged bronze sculpted corset, a split skirt with worn leather textures, tall distressed boots, and a heavy fur-lined cape flowing behind her in the wind. Her long wavy brown hair is wild and windblown. A bold black war paint stripe runs across her eyes, giving her a fierce, intimidating appearance. In the background, a Viking longship with a red and white striped sail floats in the water, silhouetted against a dramatic orange sunrise. She grips a bloodstained axe in one hand and stands over a beach scattered with broken shields and debris. The lighting is cold and natural, with photorealistic textures, cinematic shadows, and gritty realism throughout the scene.<lora:Viking_Princess_CFH.safetensors:1.0:1.0>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- Viking_Princess_CFH-000007.safetensors +3 -0
- images/FLUX_0008.png +3 -0
- images/FLUX_0017.png +3 -0
Viking_Princess_CFH-000007.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d59dc87e27ec48b58bea0b4ccee04d48975ac08335bbf7e0b0bd51e43e3a4e56
|
| 3 |
+
size 38423088
|
images/FLUX_0008.png
ADDED
|
Git LFS Details
|
images/FLUX_0017.png
ADDED
|
Git LFS Details
|