Instructions to use AlonzoLeeeooo/StableV2V with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlonzoLeeeooo/StableV2V with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlonzoLeeeooo/StableV2V", 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
Upload 2 files
Browse files
anydoor/dinov2_vitg14_pretrain.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baf8467e50af277596bbbafa06887c177ee899ab46033649c383577d7e9309d3
|
| 3 |
+
size 4546108579
|
anydoor/epoch=1-step=8687.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89be5db3ca8d07dab4d525b7c8d40e12f80c6a45f8fce769d5617640d2f36ec0
|
| 3 |
+
size 16836620171
|