Instructions to use Emuixom/Myself_Emi_V with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Emuixom/Myself_Emi_V 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("Emuixom/Myself_Emi_V") prompt = "The image is a black and white portrait of a EMILIANO person with dark hair. The person is wearing a long-sleeved black hoodie with a graphic design on the front. The design appears to be a skull with sharp teeth and a chain around its neck. The hoodie is covering the person's mask face hide, with their left hand resting on their chin. The background is a plain white wall. The overall mood of the image is somber and contemplative." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 2 files
Browse files
flux_train_replicate.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db2e8ea533e7abc37c411cc3994cf3649008b518afe8b13ab2c3ff672040dacc
|
| 3 |
+
size 171969416
|
images/2639f02acd900f63a84b3d37dd348c97.jpg
ADDED
|
Git LFS Details
|