Instructions to use EvilEngine/vae-ft-mse-840000-ema-pruned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/vae-ft-mse-840000-ema-pruned with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EvilEngine/realcartoon3d_v17", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EvilEngine/vae-ft-mse-840000-ema-pruned") prompt = "masterpiece, best quality, 1girl, solo, sitting, blonde hair, short hair, (curly hair:0.7), red eyes, looking at viewer, parted lips, white shirt, pants, hand on own stomach, arm at side, midriff, indoors, sunset, dappled sunlight, (window shade:1.6), backlighting" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files
images/00204-3476535662.jpeg
ADDED
|
Git LFS Details
|
images/comp1.jpeg
ADDED
|
Git LFS Details
|
vae-ft-mse-840000-ema-pruned.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:735e4c3a447a3255760d7f86845f09f937809baa529c17370d83e4c3758f3c75
|
| 3 |
+
size 334641190
|