Instructions to use strangerzonehf/Belle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use strangerzonehf/Belle 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("strangerzonehf/Belle") prompt = "Belle, the female character, a medium-sized woman stands in front of a window. She is dressed in a gray sleeveless t-shirt with a white bra and a blue cardigan over it. Her hair is pulled back in a ponytail, and she is wearing a silver necklace with a pendant. The womans expression is neutral, with a slight smile on her face. The backdrop of the scene is a cloudy sky, adding a touch of warmth to the scene." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee