Instructions to use ench100/bodyandface with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ench100/bodyandface with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lodestones/Chroma", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("ench100/bodyandface") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Upload 2 files
Browse files
Stable_Yogis_Anatomy_Negatives_V1-neg.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f59ced4ea84365159168476e02e0b71d0e9a45337ab276633c324f9c1d206b4
|
| 3 |
+
size 508056
|
Stable_Yogis_Anatomy_Positives_V1.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7996f776b2aa39a91ec9a7b0959c901d77ae74ee86c3b60ddcb9df2abbe7706
|
| 3 |
+
size 426136
|