Instructions to use Emuixom/Valkyrie with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Emuixom/Valkyrie 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("Emuixom/Valkyrie") prompt = "A 3D pink reflective metallic horse silhouette, built from interlocking deathcore letters forming the word 'decalled.' Precision-crafted like a mechanical puzzle, with ultra-chaotic patterns and high-pressure detail. Brutal sicario style, dripping in hyper-realistic blood and gore. Textured metal surface in Blender quality, set against a deep black background, raw and unstoppable." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files
336c9b227c7f388406bbd982aa386d90.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a32386b2241a5842f96f9e5099d6bf4d514bd6e6ea154087cfc9a9eca922c5d
|
| 3 |
+
size 153271648
|
images/file-UaeCkKNEJjaws1gxSPtzS6.jpg
ADDED
|
Git LFS Details
|