Instructions to use FunkingGod/AOC with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FunkingGod/AOC with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("FunkingGod/AOC") prompt = "A close-up shot of Alexandria Ocasio-Cortez wearing a tight turtleneck shirt that emphasizes her large breasts. She is looking at the camera with a cheerful expression." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files- aoc_flux_4000.safetensors +3 -0
- images/1000112582.png +3 -0
aoc_flux_4000.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f2d3e8f6b40a1cb7aef8b10e3722e03ba13d4f82bf0905a30387e90fd870230
|
| 3 |
+
size 26219520
|
images/1000112582.png
ADDED
|
Git LFS Details
|