Instructions to use Kiefels/gil-elvgren with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kiefels/gil-elvgren 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/gil-elvgren") prompt = "Gil, Gil Elvgren, Pinups, pinups, pin up style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#2
by Kiefels - opened
- .gitattributes +1 -0
- README.md +11 -3
- images/example_861s5dt0j.png +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
images/example_861s5dt0j.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -7,14 +7,22 @@ tags:
|
|
| 7 |
- template:sd-lora
|
| 8 |
- fluxgym
|
| 9 |
widget:
|
| 10 |
-
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
base_model: black-forest-labs/FLUX.1-dev
|
| 14 |
instance_prompt: Gil, Gil Elvgren, Pinups, pinups, pin up style
|
| 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 |
# Gil Elvgren
|
|
|
|
| 7 |
- template:sd-lora
|
| 8 |
- fluxgym
|
| 9 |
widget:
|
| 10 |
+
- output:
|
| 11 |
+
url: sample/gil-elvgren_001550_00_20241203191712.png
|
| 12 |
+
text: Gil, Gil Elvgren, Pinups, pinups, pin up style
|
| 13 |
+
- text: >-
|
| 14 |
+
Gil Elvgren inspired image of a woman from the 50s, standing at an old bus
|
| 15 |
+
stop trying to flag down a bus that is passing. With the draught that the
|
| 16 |
+
passing bus created, it has lifted her skirt up and exposed her white
|
| 17 |
+
lingerie, stockings and suspenders
|
| 18 |
+
output:
|
| 19 |
+
url: images/example_861s5dt0j.png
|
| 20 |
base_model: black-forest-labs/FLUX.1-dev
|
| 21 |
instance_prompt: Gil, Gil Elvgren, Pinups, pinups, pin up style
|
| 22 |
license: other
|
| 23 |
license_name: flux-1-dev-non-commercial-license
|
| 24 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 25 |
+
|
| 26 |
---
|
| 27 |
|
| 28 |
# Gil Elvgren
|
images/example_861s5dt0j.png
ADDED
|
Git LFS Details
|