Instructions to use tourettes/Rabbitr1-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tourettes/Rabbitr1-lora 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("tourettes/Rabbitr1-lora") prompt = "Rabbitr1" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files
flux_train_replicate.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 171969416
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b585a370177956f6fef4ff3fa6ee730fd220e9828bf305cc975f124e808dc20f
|
| 3 |
size 171969416
|
optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 173272836
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c66956e09f6d43c1c5696d7fb59b51b75d08ba3eb21f32e4bf79c8f622111ab2
|
| 3 |
size 173272836
|
samples/1723766063479__000000000_0.jpg
ADDED
|
samples/1723766618309__000000250_0.jpg
ADDED
|
samples/1723767164596__000000500_0.jpg
ADDED
|
samples/1723767717741__000000750_0.jpg
ADDED
|
samples/1723768266075__000001000_0.jpg
ADDED
|