realistic-elle-from-rick-morty-anime-flux-nsfw

36
4
by
Keltezaa
Image Model
OTHER
New
36 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

(Realistic) Elle from Rick & Morty Anime - FLUX | NSFW I took the best realistic picture from my https://civitai.

Code Examples

Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)pythonpytorch
from diffusers import AutoPipelineForText2Image
import torch

device = "cuda" if torch.cuda.is_available() else "cpu"

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/realistic-elle-from-rick-morty-anime-flux-nsfw', weight_name='Fff.safetensors')
image = pipeline('A very beautiful smiling woman called Elle wearing a long white satin dress sitting on a breathtaking nice beach somewhere in Greece at sunset, blurry background with mountains, white houses and blue roofs, side view, fantasy, dreaming, cinematic, trending on ArtStation,  award winning, a masterpiece').images[0]
Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)pythonpytorch
from diffusers import AutoPipelineForText2Image
import torch

device = "cuda" if torch.cuda.is_available() else "cpu"

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.bfloat16).to(device)
pipeline.load_lora_weights('Keltezaa/realistic-elle-from-rick-morty-anime-flux-nsfw', weight_name='Fff.safetensors')
image = pipeline('A very beautiful smiling woman called Elle wearing a long white satin dress sitting on a breathtaking nice beach somewhere in Greece at sunset, blurry background with mountains, white houses and blue roofs, side view, fantasy, dreaming, cinematic, trending on ArtStation,  award winning, a masterpiece').images[0]

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.