Instructions to use Shinhati2023/Real_Woman with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shinhati2023/Real_Woman with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/lob-realvisxl-v20", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shinhati2023/Real_Woman") prompt = "A beautiful lady" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload 3 files
Browse files- curlyhair.pt.zip +3 -0
- fix_hands.pt.zip +3 -0
- smiling.pt.zip +3 -0
curlyhair.pt.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9b8d7d44da256291e3710f74954d352160ade5cbe291bce16c8f4951db31e7b
|
| 3 |
+
size 9136043
|
fix_hands.pt.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d98c4828468c8d5831c439f49914672710f63219a561b191670fa54d542fa57b
|
| 3 |
+
size 9131883
|
smiling.pt.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6430ab47393ba15222ea0988c3479f547c8b59f93a41024bcddd7121ef7147d1
|
| 3 |
+
size 9146507
|