Instructions to use Wolfram33/pix74 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Wolfram33/pix74 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("strangerzonehf/Flux-Midjourney-Mix2-LoRA", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Wolfram33/pix74") prompt = "A beautiful woman sitting in a magical forest, surrounded by vibrant greenery and glowing flowers, wearing a flowing red dress. The lighting is soft and ethereal, with a dreamy atmosphere. Hyper-detailed, cinematic style." image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
d964ecc
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +110 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
A beautiful woman sitting in a magical forest, surrounded by vibrant
|
| 10 |
+
greenery and glowing flowers, wearing a flowing red dress. The lighting is
|
| 11 |
+
soft and ethereal, with a dreamy atmosphere. Hyper-detailed, cinematic
|
| 12 |
+
style.
|
| 13 |
+
parameters:
|
| 14 |
+
negative_prompt: >-
|
| 15 |
+
A beautiful woman sitting in a magical forest, surrounded by vibrant
|
| 16 |
+
greenery and glowing flowers, wearing a flowing red dress. The lighting is
|
| 17 |
+
soft and ethereal, with a dreamy atmosphere. Hyper-detailed, cinematic
|
| 18 |
+
style.
|
| 19 |
+
output:
|
| 20 |
+
url: images/1.jpeg
|
| 21 |
+
- text: >-
|
| 22 |
+
A close-up portrait of a blonde woman with a confident expression, set
|
| 23 |
+
against a neon-lit cityscape at night. Vibrant colors with a bokeh effect in
|
| 24 |
+
the background, sharp focus on the face, cinematic lighting.
|
| 25 |
+
parameters:
|
| 26 |
+
negative_prompt: Blurry background, dull colors, poor focus, unbalanced lighting.
|
| 27 |
+
output:
|
| 28 |
+
url: images/22-12-2024-first-ki-lady-own-design.jpg
|
| 29 |
+
- text: >-
|
| 30 |
+
A stunning woman with long red hair, wearing a sleek green dress, standing
|
| 31 |
+
in a futuristic corridor with glowing neon lights. High-tech and cyberpunk
|
| 32 |
+
vibes, sharp focus, vibrant colors.
|
| 33 |
+
parameters:
|
| 34 |
+
negative_prompt: >-
|
| 35 |
+
lurry details, washed-out colors, inconsistent lighting, distorted
|
| 36 |
+
anatomy.
|
| 37 |
+
output:
|
| 38 |
+
url: images/26.jpg
|
| 39 |
+
- text: >-
|
| 40 |
+
A stylish woman with blue hair, sitting elegantly on a modern chair in a
|
| 41 |
+
minimalist room, wearing a chic blue dress. The lighting is warm and soft,
|
| 42 |
+
emphasizing the textures and colors.
|
| 43 |
+
parameters:
|
| 44 |
+
negative_prompt: Blurry image, harsh lighting, cluttered background, dull colors.
|
| 45 |
+
output:
|
| 46 |
+
url: >-
|
| 47 |
+
images/A_stunning_25_year_old_woman_with_long_blue_hair__wearing_a_mini_skirt_S1671993825_St70_G9.jpeg
|
| 48 |
+
base_model: strangerzonehf/Flux-Midjourney-Mix2-LoRA
|
| 49 |
+
instance_prompt: >-
|
| 50 |
+
realistic, artistic, concept art, hyper-detailed, cinematic, vibrant colors,
|
| 51 |
+
minimalist, futuristic, fantasy, surreal, anime-style, watercolor, 3D render,
|
| 52 |
+
landscape
|
| 53 |
+
license: apache-2.0
|
| 54 |
+
---
|
| 55 |
+
# Pix74
|
| 56 |
+
|
| 57 |
+
<Gallery />
|
| 58 |
+
|
| 59 |
+
## Model description
|
| 60 |
+
|
| 61 |
+
Pix74 is a cutting-edge AI model designed specifically for text-to-image applications. Built on the robust foundation of strangerzonehf/Flux-Midjourney-Mix2-LoRA, Pix74 seamlessly blends the flexibility and precision of LoRA technology with the creativity and diversity of the Flux-Midjourney-Mix series.
|
| 62 |
+
Key Features:
|
| 63 |
+
|
| 64 |
+
Creative Versatility: Pix74 generates realistic and artistic images suitable for various applications, ranging from PR and event projects to illustrations and concept art.
|
| 65 |
+
Efficient Fine-Tuning: With LoRA technology, the model can be quickly adapted to specific needs without requiring extensive resources.
|
| 66 |
+
User-Friendly Integration: Optimized for smooth integration into existing workflows, whether for corporate or creative projects.
|
| 67 |
+
Compact Performance: Despite its powerful architecture, Pix74 remains resource-efficient, making it suitable for hardware with limited capacities.
|
| 68 |
+
|
| 69 |
+
Use Cases:
|
| 70 |
+
|
| 71 |
+
Design and Illustration: Craft unique designs for graphics and promotional materials.
|
| 72 |
+
Content Creation: Support the development of visual content for social media and online platforms.
|
| 73 |
+
Creative Experiments: Explore new visual styles and artistic expressions.
|
| 74 |
+
|
| 75 |
+
## Trigger words
|
| 76 |
+
|
| 77 |
+
You should use `realistic` to trigger the image generation.
|
| 78 |
+
|
| 79 |
+
You should use `artistic` to trigger the image generation.
|
| 80 |
+
|
| 81 |
+
You should use `concept art` to trigger the image generation.
|
| 82 |
+
|
| 83 |
+
You should use `hyper-detailed` to trigger the image generation.
|
| 84 |
+
|
| 85 |
+
You should use `cinematic` to trigger the image generation.
|
| 86 |
+
|
| 87 |
+
You should use `vibrant colors` to trigger the image generation.
|
| 88 |
+
|
| 89 |
+
You should use `minimalist` to trigger the image generation.
|
| 90 |
+
|
| 91 |
+
You should use `futuristic` to trigger the image generation.
|
| 92 |
+
|
| 93 |
+
You should use `fantasy` to trigger the image generation.
|
| 94 |
+
|
| 95 |
+
You should use `surreal` to trigger the image generation.
|
| 96 |
+
|
| 97 |
+
You should use `anime-style` to trigger the image generation.
|
| 98 |
+
|
| 99 |
+
You should use `watercolor` to trigger the image generation.
|
| 100 |
+
|
| 101 |
+
You should use `3D render` to trigger the image generation.
|
| 102 |
+
|
| 103 |
+
You should use `landscape` to trigger the image generation.
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
## Download model
|
| 107 |
+
|
| 108 |
+
Weights for this model are available in Safetensors format.
|
| 109 |
+
|
| 110 |
+
[Download](/Wolfram33/pix74/tree/main) them in the Files & versions tab.
|