Instructions to use my2weiying/mysecongfolder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use my2weiying/mysecongfolder with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("my2weiying/mysecongfolder", 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
Commit ·
1905d5f
1
Parent(s): 74a6256
Epoch 19
Browse files
.gitattributes
CHANGED
|
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
samples/0004.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/0009.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
samples/0004.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/0009.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
samples/0014.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
samples/0019.png filter=lfs diff=lfs merge=lfs -text
|
logs/train_example/events.out.tfevents.1742385810.f4a804dde9fe.2775.0
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:c6a438ff33a7f02f16ab35679027a0e3cbfeb2242d2e01481c1a620ab6ce5339
|
| 3 |
+
size 2298346
|
samples/0014.png
ADDED
|
Git LFS Details
|
samples/0019.png
ADDED
|
Git LFS Details
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454722660
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78f3bc9e02ac41a460c0abfa8d39b65d3557bf86a6fce30c40291003b909c2d6
|
| 3 |
size 454722660
|