Instructions to use mango-giraffe/lora-vjnshiva-v1-FluxK9b-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use mango-giraffe/lora-vjnshiva-v1-FluxK9b-base with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("undefined", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("mango-giraffe/lora-vjnshiva-v1-FluxK9b-base") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add Flux-loras.safetensors
Browse files- Flux-loras.safetensors +3 -0
Flux-loras.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa8e993a5df7b0b47e09c5452fe24ee8a5a49d7436c7c2ad227eafe1fed8fa03
|
| 3 |
+
size 126670920
|