Instructions to use Prason/diff_research_prason with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Prason/diff_research_prason with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Prason/diff_research_prason", 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 folder using huggingface_hub (#43)
Browse files- 46bbf38d9d65026524c0b6a400dfbd401bc1e5c908d8d751a0baa0e1b3648f0e (1f1f7f56f98d8e2ab17eee62179520ed5f3cc461)
logs/train_example/events.out.tfevents.1717783797.99e2358fe3b7.34.2
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:0abcc89898ac16ec6ce93d2165f6db9097550e73f8020e91b3b13e4112094a40
|
| 3 |
+
size 5800546
|
unet/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:b12453d985bf4c2e9581fdbae22906b73d2de9ca16723e6cdddeaf4300ffa344
|
| 3 |
size 454741108
|