đ FluxteusV1
FluxteusV1 is a merged model of over 25 self - trained LoRAs, offering different representations compared to the base FLUX - 1 - DEV.
đ Quick Start
FluxteusV1 can be easily used with the diffusers library. Here is a simple example to generate an image:
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("dataautogpt3/FluxteusV1", torch_dtype=torch.bfloat16).to('cuda')
image = pipeline('detail photo of a girl').images[0]
⨠Features
- Unique Representations: It combines over 25 self - trained LoRAs, presenting different representations compared to the base FLUX - 1 - DEV.
- Style Handling: A method has been found to handle LoRAs on the base checkpoint without causing style/concept leakage.
đģ Usage Examples
Basic Usage
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("dataautogpt3/FluxteusV1", torch_dtype=torch.bfloat16).to('cuda')
image = pipeline('detail photo of a girl').images[0]
Advanced Usage
You can use different trigger words to generate images in various styles:
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("dataautogpt3/FluxteusV1", torch_dtype=torch.bfloat16).to('cuda')
image = pipeline('anime portrait of a character').images[0]
đ Documentation
Trigger Words
There are multiple different trigger words for different styles and concepts:
detail, photo, anime, CinScene, dreamwalking,
Gallery
Here are some examples of generated images:
- Cinematic Film Still:
- Input:
cinematic film still of Kodak Motion Picture Film: (Sharp Detailed Image) An Oscar winning movie for Best Cinematography a woman in a kimono standing on a subway train in Japan Kodak Motion Picture Film Style, shallow depth of field, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy
- Output: assets/train.png
- 1980s Anime Portrait:
- Super Closeup Portrait:
- Input:
Super Closeup Portrait, action shot, Profoundly dark whitish meadow, glass flowers, Stains, space grunge style, Jeanne d'Arc wearing White Olive green used styled Cotton frock, Wielding thin silver sword, Sci - fi vibe, dirty, noisy, Vintage monk style, very detailed, hd
- Output: assets/swordwoman.png
- High - quality Pixel Art:
- Input:
high quality pixel art, a pixel art silhouette of an anime space - themed girl in a space - punk steampunk style, lying in her bed by the window of a spaceship, smoking, with a rustic feel. The image should embody epic portraiture and double exposure, featuring an isolated landscape visible through the window. The colors should primarily be dynamic and action - packed, with a strong use of negative space. The entire artwork should be in pixel art style, emphasizing the characters shape and set against a white background. Silhouette
- Output: assets/porhole.png
- Male Portrait:
- Input:
(impressionistic realism by csybgh), a 50 something male, working in banking, very short dyed dark curly balding hair, Afro - Asiatic ancestry, talks a lot but listens poorly, stuck in the past, wearing a suit, he has a certain charm, bronze skintone, sitting in a bar at night, he is smoking and feeling cool, drunk on plum wine, masterpiece, 8k, hyper detailed, smokey ambiance, perfect hands AND fingers
- Output: assets/drink.png
- Black Fluffy Cat:
- Input:
black fluffy gorgeous dangerous cat animal creature, large orange eyes, big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, extremely detailed
- Output: assets/cat.png
- Older Man Portrait:
- Input:
The image features an older man, a long white beard and mustache, He has a stern expression, giving the impression of a wise and experienced individual. The mans beard and mustache are prominent, adding to his distinguished appearance. The close - up shot of the mans face emphasizes his facial features and the intensity of his gaze.
- Output: assets/oldman.png
đ License
Please adhere to the licensing terms as described here.