Instructions to use dvyio/flux-lora-the-sims with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use dvyio/flux-lora-the-sims 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("dvyio/flux-lora-the-sims") prompt = "a giraffe on the set of a music video, video game screenshot in the style of THSMS" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,7 +31,7 @@ license_link: LICENSE
|
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
|
| 34 |
-
Trained using [fal-ai
|
| 35 |
|
| 36 |
## Trigger words
|
| 37 |
|
|
|
|
| 31 |
|
| 32 |
## Model description
|
| 33 |
|
| 34 |
+
Trained using [fal-ai/flux-lora-general-training](https://fal.ai/models/fal-ai/flux-lora-general-training).
|
| 35 |
|
| 36 |
## Trigger words
|
| 37 |
|