Instructions to use tera0711/Checkpoint2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tera0711/Checkpoint2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3.5-large", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("tera0711/Checkpoint2") prompt = "UNICODE\u0000\u00001\u0000g\u0000i\u0000r\u0000l\u0000,\u0000s\u0000w\u0000e\u0000a\u0000t\u0000e\u0000r\u0000,\u0000w\u0000h\u0000i\u0000t\u0000e\u0000 \u0000b\u0000a\u0000c\u0000k\u0000g\u0000r\u0000o\u0000u\u0000n\u0000d\u0000,\u0000" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload realisticVisionV60B1_v51VAE.ckpt
Browse files
realisticVisionV60B1_v51VAE.ckpt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:139ac005d4d1e33c6335f5651abb3d2e4654dc0520aedfea07909bdd20435518
|
| 3 |
+
size 4265348760
|