Instructions to use Jonjew/ShadowheartBaldursGate3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Jonjew/ShadowheartBaldursGate3 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/ShadowheartBaldursGate3") prompt = "ShadowDJ, A high-quality fantasy-themed portrait featuring a female character in elaborate armor. The character has fair skin and striking facial features, including sharp eyes and dark hair. She is wearing intricately designed armor with gold and silver accents, featuring a prominent chest plate and shoulder guards. The armor is adorned with a large, circular emblem on the chest, and she holds a staff with a star-shaped top in her right hand. The background showcases a serene natural landscape with mountains and a lake, adding depth to the scene. The overall composition is dynamic, with the character positioned slightly off-center, creating a sense of movement and focus on her determined expression. <lora:FluxShadowDJV1:0.9> <lora:Sinfully_Stylish_.02_for_FLUX:0.4> <lora:fluxenhancer:0.3>" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!