Instructions to use Lonuhbow/beth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Lonuhbow/beth with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Raw", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Lonuhbow/beth") prompt = "A cinematic portrait of Beth1 as a cyberpunk hacker in a neon-drenched Tokyo alleyway, surrounded by holographic displays." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload sample_8.png with huggingface_hub
Browse files- .gitattributes +1 -0
- sample_8.png +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,4 @@ sample_4.png filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
sample_5.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
sample_6.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
sample_7.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 41 |
sample_5.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
sample_6.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
sample_7.png filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
sample_8.png filter=lfs diff=lfs merge=lfs -text
|
sample_8.png
ADDED
|
Git LFS Details
|