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
#2
by gokaygokay - opened
- README.md +3 -0
- images/example_dcaewsd9p.png +0 -0
README.md
CHANGED
|
@@ -25,6 +25,9 @@ widget:
|
|
| 25 |
- text: wbgmsst, isometric chest 3D, white background
|
| 26 |
output:
|
| 27 |
url: images/example_c6ery92u6.png
|
|
|
|
|
|
|
|
|
|
| 28 |
tags:
|
| 29 |
- lora
|
| 30 |
|
|
|
|
| 25 |
- text: wbgmsst, isometric chest 3D, white background
|
| 26 |
output:
|
| 27 |
url: images/example_c6ery92u6.png
|
| 28 |
+
- text: wbgmsst, isometric house 3D, white background
|
| 29 |
+
output:
|
| 30 |
+
url: images/example_dcaewsd9p.png
|
| 31 |
tags:
|
| 32 |
- lora
|
| 33 |
|
images/example_dcaewsd9p.png
ADDED
|