Instructions to use Amyww/1234 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Amyww/1234 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("alimama-creative/FLUX.1-Turbo-Alpha", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Amyww/1234") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 2 files
Browse files- images/微信图片_20241031154704.png +3 -0
- re.zip +3 -0
images/微信图片_20241031154704.png
ADDED
|
Git LFS Details
|
re.zip
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:60906d73ec23dafb2e3fca18ca7458762b8240e2e46faa5ea487e5783d906993
|
| 3 |
+
size 3723
|