Instructions to use Qilex/VirtualPetDiffusion2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Qilex/VirtualPetDiffusion2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Qilex/VirtualPetDiffusion2", 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
Epoch 39
Browse files
logs/train_example/events.out.tfevents.1659557564.104-171-202-6.63258.6
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:26e6b6f84ee784937d030d399be6a86ddb4dc5c02c2ecff669583e312a9cb433
|
| 3 |
+
size 2716898
|
samples/0029.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
samples/0039.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454859389
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8094a99c78b2f82185710cfcc505b2d8bb6e398856259b8c48876c982f026f7d
|
| 3 |
size 454859389
|