Instructions to use sergiocannata/diffuser_generated_melanoma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use sergiocannata/diffuser_generated_melanoma with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("sergiocannata/diffuser_generated_melanoma", 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 ·
f54dd87
1
Parent(s): 98536bb
Epoch 99
Browse files
logs/train_unconditional/events.out.tfevents.1682600635.487b0a69271e.2031.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e31bd4d59b97fdf129771ab3128c9362fa9118e26d545259665a853cbd006426
|
| 3 |
+
size 520154
|
unet/diffusion_pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 454867325
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24aeab60ac72414021152ee76917ce21e763329ae26f22912b110e3e2bfe92a8
|
| 3 |
size 454867325
|