Instructions to use FrozenScar/hands_gen2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FrozenScar/hands_gen2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FrozenScar/hands_gen2", 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 ·
2789d7f
1
Parent(s): aa2a8c1
Epoch 99
Browse files
.gitattributes
CHANGED
|
@@ -43,3 +43,4 @@ samples/0059.png filter=lfs diff=lfs merge=lfs -text
|
|
| 43 |
samples/0069.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
samples/0079.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
samples/0089.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 43 |
samples/0069.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
samples/0079.png filter=lfs diff=lfs merge=lfs -text
|
| 45 |
samples/0089.png filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
samples/0099.png filter=lfs diff=lfs merge=lfs -text
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454741108
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87e0226a9c46a836cec9c3252a97164e2e8085c8f79bfb5d56b2bcd3f0e5135e
|
| 3 |
size 454741108
|
logs/train_example/events.out.tfevents.1701191123.8320c0a7e00d.1311.4
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:7127fe93cdf8922e7affad836b5446ae559b81d8bdff1769243d8322ec49b6ac
|
| 3 |
+
size 672798
|
samples/0099.png
ADDED
|
Git LFS Details
|