Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
migrated
style
woman
man
hair
haircut
hairstyle
styles
hairs
Instructions to use Keltezaa/crazy-hair with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Keltezaa/crazy-hair 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("Keltezaa/crazy-hair") prompt = " " image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -23,16 +23,6 @@ instance_prompt: oxwn_crazy_hair
|
|
| 23 |
widget:
|
| 24 |
- text: ' '
|
| 25 |
|
| 26 |
-
output:
|
| 27 |
-
url: >-
|
| 28 |
-
29849117.jpeg
|
| 29 |
-
- text: ' '
|
| 30 |
-
|
| 31 |
-
output:
|
| 32 |
-
url: >-
|
| 33 |
-
26476769.jpeg
|
| 34 |
-
- text: ' '
|
| 35 |
-
|
| 36 |
output:
|
| 37 |
url: >-
|
| 38 |
26476785.jpeg
|
|
|
|
| 23 |
widget:
|
| 24 |
- text: ' '
|
| 25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
output:
|
| 27 |
url: >-
|
| 28 |
26476785.jpeg
|