Instructions to use Barathrum17/ff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Barathrum17/ff with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("zai-org/GLM-Image", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Barathrum17/ff") prompt = "acxc" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- Naomi.safetensors +3 -0
- images/1(2).png +3 -0
Naomi.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4011b947170b6102fef458146ee6d413dbfa4d7feab4246703d4c8b7171f645
|
| 3 |
+
size 170128256
|
images/1(2).png
ADDED
|
Git LFS Details
|