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", torch_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 Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- belle.safetensors +3 -0
- images/beauty-and-the-beast.webp +3 -0
belle.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48f10750cd0e8bb47fbbe9656402463ac66e38bf4c91b983ad8ecd7b037b87c3
|
| 3 |
+
size 612748176
|
images/beauty-and-the-beast.webp
ADDED
|
Git LFS Details
|