Instructions to use gokaygokay/Flux-Game-Assets-LoRA-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gokaygokay/Flux-Game-Assets-LoRA-v2 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("gokaygokay/Flux-Game-Assets-LoRA-v2") prompt = "wbgmsst, 3D castle, white background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example (#5)
Browse files- Add generated example (9f6bc4a37417a4d9f956035571f6740453596e36)
- README.md +3 -0
- images/example_e03m08gz4.png +0 -0
README.md
CHANGED
|
@@ -34,6 +34,9 @@ widget:
|
|
| 34 |
- text: wbgmsst, isometric dwarf character 3D, white background
|
| 35 |
output:
|
| 36 |
url: images/example_cm3yttgmk.png
|
|
|
|
|
|
|
|
|
|
| 37 |
tags:
|
| 38 |
- lora
|
| 39 |
|
|
|
|
| 34 |
- text: wbgmsst, isometric dwarf character 3D, white background
|
| 35 |
output:
|
| 36 |
url: images/example_cm3yttgmk.png
|
| 37 |
+
- text: wbgmsst, isometric woman warrior 3D, white background
|
| 38 |
+
output:
|
| 39 |
+
url: images/example_e03m08gz4.png
|
| 40 |
tags:
|
| 41 |
- lora
|
| 42 |
|
images/example_e03m08gz4.png
ADDED
|