Instructions to use SHotoor/stellai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SHotoor/stellai 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("SHotoor/stellai") prompt = "<trigger? A woman with long white hair kneels on the ground in a forest. She wears black and red samurai armor with gold details and a black helmet featuring large golden crescent-shaped horns. Smoke drifts from her hair. She holds a katana with a flaming blade in her right hand, while her left hand rests on the ground. The scene is surrounded by trees and foliage." image = pipe(prompt).images[0] - 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!