Instructions to use Hyperccino/SC3DA-scene-1.1-flux-dev-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Hyperccino/SC3DA-scene-1.1-flux-dev-lora 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("Hyperccino/SC3DA-scene-1.1-flux-dev-lora") prompt = "3D anime scene of an large evil castle on top of a far away rocky cliffside. Outdoors at nighttime. Black, purple colors." image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Stylized Clean 3D Anime Scenes

- Prompt
- 3D anime scene of an large evil castle on top of a far away rocky cliffside. Outdoors at nighttime. Black, purple colors.

- Prompt
- 3D anime scene of an outdoor school. Outdoors at daytime. White, gray colors.

- Prompt
- 3D anime scene of a bathroom, wide window above. Interior at dawn. Warm lighting. White, gray colors.

- Prompt
- 3D anime scene of a space ship corridor, the walls have geometric art designs, carpet floor. Interior at nighttime. Cool lighting. Gray, white, orange colors.
Model description
This is a Flux.1 Dev LoRA for creating stylized 3D anime interior designs and outdoor environments.
Use this prompt template when using: ``` 3D anime scene of <brief description of scene>. <Outdoors/Interior> at <daytime/dawn/nighttime>. <optionally add "Warm lighting." or "Cool lighting." here> <optionally add "Cinematic blur." here> <comma separated list of color palette> colors. ```
Download model
Download them in the Files & versions tab.
- Downloads last month
- 6
Model tree for Hyperccino/SC3DA-scene-1.1-flux-dev-lora
Base model
black-forest-labs/FLUX.1-dev