Instructions to use sdasdadas/your-model-name with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sdasdadas/your-model-name with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sdasdadas/your-model-name", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
feat: upload TFM_XLemi lora model
Browse files
TFM_XLemi/TFM_XLemi-000020.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baefa196ac0655674bd8d1bdbeed5fc2119aab79cda03f2cf10f1aa45ecbb854
|
| 3 |
+
size 151111399
|
TFM_XLemi/TFM_XLemi-000040.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6718021f787db497a15e2338d97a7715e3aaa10f47272684e49c442f6af55526
|
| 3 |
+
size 151111399
|
TFM_XLemi/TFM_XLemi.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0acdb47ba9f31975321f407a9669be51dafc6452042ec24a92f5854a815c6a09
|
| 3 |
+
size 151111399
|