Text-to-Image
Diffusers
Safetensors
PyTorch
StableDiffusionPipeline
stable-diffusion
latent-diffusion
medical-imaging
brain-mri
multiple-sclerosis
dataset-conditioning
Instructions to use benetraco/latent_finetuning_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use benetraco/latent_finetuning_encoder with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("benetraco/latent_finetuning_encoder", 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
- Local Apps
- Draw Things
- DiffusionBee
Final upload: all components and pipeline
Browse files
text_encoder/model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 492274384
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec2a717e0d6368168ade5deda23970b4441441e18c36eec7fcc95666e755afe3
|
| 3 |
size 492274384
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3438167536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7401be0f2289a31671d8acc8ef68cc00e7dfee9b8c891646c33d6ef93a64c174
|
| 3 |
size 3438167536
|