Instructions to use Svngoku/AfroInfluencerStyle with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Svngoku/AfroInfluencerStyle 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("Svngoku/AfroInfluencerStyle") prompt = "12k picture of an Afro American Modern Woman influencer well dressed, instagram" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#5
by Svngoku - opened
- .gitattributes +1 -0
- README.md +5 -0
- images/example_aqrf6je0d.png +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ images/example_nel4d2kol.png filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
images/example_3u077k6tt.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/example_i2rw214cq.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_mg6274l3g.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
images/example_3u077k6tt.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
images/example_i2rw214cq.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
images/example_mg6274l3g.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
images/example_aqrf6je0d.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -49,6 +49,11 @@ widget:
|
|
| 49 |
Teller
|
| 50 |
output:
|
| 51 |
url: images/example_mg6274l3g.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
|
| 53 |
---
|
| 54 |
# AfroInfluencerStyle
|
|
|
|
| 49 |
Teller
|
| 50 |
output:
|
| 51 |
url: images/example_mg6274l3g.png
|
| 52 |
+
- text: >-
|
| 53 |
+
12k Business Afro American Modern Woman, office, tight skirt, skinny fit
|
| 54 |
+
summer knit shirts, talk on smartphone, walking, coffee
|
| 55 |
+
output:
|
| 56 |
+
url: images/example_aqrf6je0d.png
|
| 57 |
|
| 58 |
---
|
| 59 |
# AfroInfluencerStyle
|
images/example_aqrf6je0d.png
ADDED
|
Git LFS Details
|