Instructions to use obann001/Dravidya with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use obann001/Dravidya with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("misri/RealVisXL_V5.0_fp16", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("obann001/Dravidya") prompt = "A digitally rendered or AI-generated image portrays a powerful, dark skin native american woman adorned in ornate, ancient Egyptian-style regalia, standing confidently before a textured, hieroglyphic-like backdrop. Saraptah" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- optimizer.bin +1 -1
- random_states_0.pkl +2 -2
- scheduler.bin +1 -1
- train_state.json +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 456477736
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a9d52a969f575befe750e1c1a6dd9b9be7b638b7b58910a3e3bc817b3b60e057
|
| 3 |
size 456477736
|
optimizer.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 910246794
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f555344c2c112a106a4cdacdaebccf8bf928e8503a6d20990c2df2ff9464d25e
|
| 3 |
size 910246794
|
random_states_0.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e336b609768b7aeb54aa14700b9b1a11a5abe76438ec212b05c8cb5be4a30696
|
| 3 |
+
size 14344
|
scheduler.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91f2ee3f1e46b05a5826459ff400caf10c61cd654ffe1cc46a9e1a5198bcda79
|
| 3 |
size 1064
|
train_state.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"current_epoch": 1, "current_step":
|
|
|
|
| 1 |
+
{"current_epoch": 1, "current_step": 200}
|