How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("digiplay/fishmix_other_v1", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model info :

23-3-9-ๅฎž้ชŒ-ๅ’ธ้ฑผmix้ฃŽๆ ผๅŒ– โ€”โ€”fish mix the other Style https://civitai.com/models/17565/23-3-9-mix-fish-mix-the-other-style

Original Author's DEMO image :

Sample image I made : (using huggingface API)

image prompt + realistic keywords

6c8379a3-1b73-40ef-9f3f-ccf166e28648.jpeg

image prompt with no realistic keywords

7d89e9ca-8315-4224-ae47-d9f8ca440fe4.jpeg

photorealism (8k UHD RAW,photorealistic,realistic:1.6) ,golden medium hair beautiful girl 285c1ea8-d7e0-4b08-9f9e-93a62aee919b.jpeg

Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using digiplay/fishmix_other_v1 52