Instructions to use creatorchain/Army with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use creatorchain/Army 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("creatorchain/Army") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Steven commited on
Add 5 files
Browse files
aa44d0a9916f407eb432e4370d862cae_pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16cb1e2d617d1bd8eeac100caac61cd5e5b88cced81a790a635cf45407a28101
|
| 3 |
+
size 89745224
|
images/army_69.jpg
ADDED
|
Git LFS Details
|
images/army_70.jpg
ADDED
|
Git LFS Details
|
images/army_71.jpg
ADDED
|
Git LFS Details
|
images/army_72.jpg
ADDED
|
Git LFS Details
|