Instructions to use Ffgsd/321 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ffgsd/321 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("Ffgsd/321") prompt = "123" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload MyLora_HighNoise-000078.safetensors
Browse files
MyLora_HighNoise-000078.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4671d1f11f9a4a81b705ca873639ccfcdb74d9d8943f4c83dbb4cb13bc37136
|
| 3 |
+
size 268435456
|