Instructions to use crystantine/ShinMinAhFlux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use crystantine/ShinMinAhFlux 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("crystantine/ShinMinAhFlux") prompt = "A [trigger] woman with wavy dark brown hair, wearing an off-shoulder oversized brown knit sweater. She gazes softly toward the camera, slightly tilting her head, with her right hand gently brushing her hair. The lighting is warm, creating a cozy atmosphere." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,20 +21,6 @@ widget:
|
|
| 21 |
and neutral, focusing on her confident and sophisticated demeanor.
|
| 22 |
output:
|
| 23 |
url: samples/1727825804370__000002500_3.jpg
|
| 24 |
-
- text: >-
|
| 25 |
-
A young [trigger] woman with long, wavy blonde hair sits on a boat against a
|
| 26 |
-
calm sea background. She wears a white knotted front top with a light shawl
|
| 27 |
-
loosely draped over her arms. Her gaze is serious and contemplative,
|
| 28 |
-
directed at the camera. The sunlight highlights her face and hair, while the
|
| 29 |
-
sparkling sea reflections create a serene and relaxed atmosphere.
|
| 30 |
-
output:
|
| 31 |
-
url: samples/1727825834211__000002500_4.jpg
|
| 32 |
-
- text: >-
|
| 33 |
-
A [trigger] woman sitting outdoors near water at dusk, wearing a bright neon
|
| 34 |
-
green jacket and black leggings. She rests her hand on her head, looking
|
| 35 |
-
thoughtfully at the camera.
|
| 36 |
-
output:
|
| 37 |
-
url: samples/1727825863956__000002500_5.jpg
|
| 38 |
- text: >-
|
| 39 |
SHNMNAH, A close-up portrait of a woman with golden-brown eyes, partially
|
| 40 |
covered by a lace veil, with sunlight casting intricate lace shadows on her
|
|
|
|
| 21 |
and neutral, focusing on her confident and sophisticated demeanor.
|
| 22 |
output:
|
| 23 |
url: samples/1727825804370__000002500_3.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
- text: >-
|
| 25 |
SHNMNAH, A close-up portrait of a woman with golden-brown eyes, partially
|
| 26 |
covered by a lace veil, with sunlight casting intricate lace shadows on her
|