Instructions to use prathmeshyelne/ImagiX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prathmeshyelne/ImagiX 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("prathmeshyelne/ImagiX") prompt = "A city above clouds, pastel colors, Victorian style" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Moonlight Wolf
#2
by prathmeshyelne - opened
- README.md +6 -1
- images/example_wtm3e0me2.png +3 -0
README.md
CHANGED
|
@@ -5,9 +5,14 @@ tags:
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
-
- text:
|
| 9 |
output:
|
| 10 |
url: images/example_15blgkn24.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
instance_prompt: null
|
| 12 |
license: mit
|
| 13 |
base_model:
|
|
|
|
| 5 |
- diffusers
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
+
- text: A city above clouds, pastel colors, Victorian style
|
| 9 |
output:
|
| 10 |
url: images/example_15blgkn24.png
|
| 11 |
+
- text: >-
|
| 12 |
+
A pack of wolves howling at a glowing full moon in a snowy forest, their fur
|
| 13 |
+
illuminated by the moonlight.
|
| 14 |
+
output:
|
| 15 |
+
url: images/example_wtm3e0me2.png
|
| 16 |
instance_prompt: null
|
| 17 |
license: mit
|
| 18 |
base_model:
|
images/example_wtm3e0me2.png
ADDED
|
Git LFS Details
|