Instructions to use Kiefels/Gillian-Anderson with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kiefels/Gillian-Anderson 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("Kiefels/Gillian-Anderson") prompt = "Gillian Anderson, X-Files, Ginger, Actress" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#3
by Kiefels - opened
- README.md +12 -3
- images/example_59ck92be2.png +0 -0
README.md
CHANGED
|
@@ -7,14 +7,23 @@ tags:
|
|
| 7 |
- template:sd-lora
|
| 8 |
- fluxgym
|
| 9 |
widget:
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
base_model: black-forest-labs/FLUX.1-dev
|
| 14 |
instance_prompt: Gillian Anderson, X-Files, Ginger, Actress
|
| 15 |
license: other
|
| 16 |
license_name: flux-1-dev-non-commercial-license
|
| 17 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# GillianAFlux
|
|
|
|
| 7 |
- template:sd-lora
|
| 8 |
- fluxgym
|
| 9 |
widget:
|
| 10 |
+
- output:
|
| 11 |
+
url: sample/gillianaflux_002200_00_20241112225828.png
|
| 12 |
+
text: Gillian Anderson, X-Files, Ginger, Actress
|
| 13 |
+
- text: >-
|
| 14 |
+
Gillian Anderson with long blonde hair, professional photo shoot, wearing a
|
| 15 |
+
long scarlet, very low cut, thigh slit evening dress, standing and posing
|
| 16 |
+
seductively for the camera with her left leg extended out to one side to
|
| 17 |
+
accentuate the slit in the dress and display her slender, toned leg adorned
|
| 18 |
+
with black stockings and suspenders
|
| 19 |
+
output:
|
| 20 |
+
url: images/example_59ck92be2.png
|
| 21 |
base_model: black-forest-labs/FLUX.1-dev
|
| 22 |
instance_prompt: Gillian Anderson, X-Files, Ginger, Actress
|
| 23 |
license: other
|
| 24 |
license_name: flux-1-dev-non-commercial-license
|
| 25 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 26 |
+
|
| 27 |
---
|
| 28 |
|
| 29 |
# GillianAFlux
|
images/example_59ck92be2.png
ADDED
|