Instructions to use etx/sd-longsky with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use etx/sd-longsky with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("etx/sd-longsky", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
train v4
Browse files
logs/dreambooth/1664491683.9884372/events.out.tfevents.1664491683.2f1575be8450.304.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80ff1729378d88234f1cb5012277d81661034c465a9ee07286594b744fbfcd9a
|
| 3 |
+
size 2037
|
logs/dreambooth/events.out.tfevents.1664491683.2f1575be8450.304.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33dea485daa081644bd177f16651d5214e504a17965d2b3c5cd7cb8f4d233141
|
| 3 |
+
size 71186
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438364325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10957240cd5b66026184b794a72c36969664c5f717a21b7df4fbcbb4bc6576bb
|
| 3 |
size 3438364325
|