Instructions to use Miayan/freelit-checkpoint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Miayan/freelit-checkpoint with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Miayan/freelit-checkpoint", 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
Add iid base weights
Browse files- iid/stage_0.pt +3 -0
- iid/stage_1.pt +3 -0
- iid/stage_2.pt +3 -0
- iid/stage_3.pt +3 -0
- iid/stage_4.pt +3 -0
iid/stage_0.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e65832027ffe9d308be8e24a1cdb128ed2d006638a3146c1c4395c23d40bde32
|
| 3 |
+
size 422478654
|
iid/stage_1.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:358c6515808c8eb02334fdbd7e027572c37abf3e3ffc7d3674d90085ba11dddb
|
| 3 |
+
size 85735406
|
iid/stage_2.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e7469db4717789626d26b8446c5c1647adba8c754d2e5ec1d47bc02c5016b2d
|
| 3 |
+
size 422528958
|
iid/stage_3.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da468151082c7d6fffd8efad400753e85a3cd994291285b32f374055520bbd55
|
| 3 |
+
size 422554174
|
iid/stage_4.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:303a5c8046c6f716c730b7b6323b6d9577f88a5a406487853aed1166115969f0
|
| 3 |
+
size 422554174
|