Instructions to use den123/squidgame with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use den123/squidgame 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("den123/squidgame") prompt = "Angelina Jolie wearing green tracksuit" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example (#3)
Browse files- Add generated example (843e11793ea67fc34e7b3ead1bae2951dea450b2)
- README.md +3 -0
- images/example_f7ephufis.png +3 -0
README.md
CHANGED
|
@@ -11,6 +11,9 @@ widget:
|
|
| 11 |
- text: TAylor Swift wearing green tracksuit, number"69"
|
| 12 |
output:
|
| 13 |
url: images/example_vn56fwu82.png
|
|
|
|
|
|
|
|
|
|
| 14 |
base_model: black-forest-labs/FLUX.1-dev
|
| 15 |
instance_prompt: squidgame
|
| 16 |
license: apache-2.0
|
|
|
|
| 11 |
- text: TAylor Swift wearing green tracksuit, number"69"
|
| 12 |
output:
|
| 13 |
url: images/example_vn56fwu82.png
|
| 14 |
+
- text: Marilyn Monroe wearing green tracksuit, number"777"
|
| 15 |
+
output:
|
| 16 |
+
url: images/example_f7ephufis.png
|
| 17 |
base_model: black-forest-labs/FLUX.1-dev
|
| 18 |
instance_prompt: squidgame
|
| 19 |
license: apache-2.0
|
images/example_f7ephufis.png
ADDED
|
Git LFS Details
|