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
| tags: | |
| - text-to-image | |
| - stable-diffusion | |
| - lora | |
| - diffusers | |
| - template:sd-lora | |
| widget: | |
| - text: >- | |
| a giraffe on the set of a music video, video game screenshot in the style of | |
| THSMS | |
| output: | |
| url: images/aEBAZBApGldQzqiEuIYHk_635ca3ef8f4440969f367bf4c5577abf.jpg | |
| - text: Queen Elizabeth II, video game screenshot in the style of THSMS | |
| output: | |
| url: images/Qr0jqxgAgAzSOy9wbYY9I_b8be61c3ca204ef880db04e6996d7243.jpg | |
| - text: >- | |
| female construction worker, speech bubble with an orange cone, video game | |
| screenshot in the style of THSMS | |
| output: | |
| url: images/dunBAVBsALOepaE_dsWFI_6b0fef6b0fc4472aa07d00edea7c75b3.jpg | |
| base_model: black-forest-labs/FLUX.1-dev | |
| instance_prompt: video game screenshot in the style of THSMS | |
| license: other | |
| license_name: flux-1-dev-non-commercial-license | |
| license_link: LICENSE | |
| # The Sims Screenshot | |
| <Gallery /> | |
| ## Model description | |
| Trained using [fal-ai/flux-lora-general-training](https://fal.ai/models/fal-ai/flux-lora-general-training). | |
| ## Trigger words | |
| You should use `video game screenshot in the style of THSMS` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/dvyio/flux-lora-the-sims/tree/main) them in the Files & versions tab. | |