Instructions to use Zackfalcondev/befamoos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Zackfalcondev/befamoos with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("undefined", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Zackfalcondev/befamoos") prompt = "ohwx" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload Dnn_28GLiL-8jf8KIz0jJ_pytorch_lora_weights.safetensors
Browse files
Dnn_28GLiL-8jf8KIz0jJ_pytorch_lora_weights.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21100d9eb239721d665fe5cfe3643f3aaa4a21b1e27bfabf71eee516a909665d
|
| 3 |
+
size 129184944
|