Instructions to use teyler/GoodLookingMan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use teyler/GoodLookingMan 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("teyler/GoodLookingMan") prompt = "teyler shirtless buff" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#1
by teyler - opened
- README.md +6 -1
- images/example_ii28w1x39.png +0 -0
README.md
CHANGED
|
@@ -9,9 +9,14 @@ tags:
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
-
base_model:
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
instance_prompt: teyler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Goodlookingman
|
|
|
|
| 9 |
- diffusers
|
| 10 |
- lora
|
| 11 |
- replicate
|
| 12 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 13 |
pipeline_tag: text-to-image
|
| 14 |
instance_prompt: teyler
|
| 15 |
+
widget:
|
| 16 |
+
- text: teyler shirtless buff
|
| 17 |
+
output:
|
| 18 |
+
url: images/example_ii28w1x39.png
|
| 19 |
+
|
| 20 |
---
|
| 21 |
|
| 22 |
# Goodlookingman
|
images/example_ii28w1x39.png
ADDED
|