-
Enable the satellite earth view for a photorealistic view of the places where ideas grow.
-
https://io.google/2023/program/750f0a8b-bab2-41f3-9cef-61d02f2369f3/intl/ja/
https://www.youtube.com/watch?v=Yj11hdq2jgA
Google Earth と同じ 3D マップソースを使用して、高解像度の 3D 画像を提供する新しい API で没入感のある視覚化エクスペリエンスを作成…
-
Hi,
Thanks for sharing the excellent work!
Is the source code (script) for rendering the photorealistic images used in this project available?
Thanks!
-
We tried to recreate the results of GTA Cityscapes using the following parameters as recommended in the [Torch](https://github.com/junyanz/CycleGAN#training-and-test-details) repo:
--preproces…
-
Where mipmaps aren't simple scaling; it would be good to provide them as separate .pngs rather than have them autogenerated.
e.g. for non-photorealistic rendering where they are to maintain a strok…
-
The [`Globe.enableLighting`](https://cesium.com/learn/cesiumjs/ref-doc/Globe.html#enableLighting) flag does not affect the lighting of 3D Tilesets.
The default `Globe` with `viewer.scene.globe.ena…
-
Running the following training steps in the Google Colab example:
```
!python launch.py --config configs/prolificdreamer.yaml --train --gpu 0 system.prompt_processor.prompt="$prompt"
!python laun…
-
Since Compel is now handling long prompts for invoke, is it also producing the tokenization log data? I'd really like to see the tokenization log include information about where the prompt was split. …
-
PIXART-α: Fast Training of Diffusion Transformer for Photorealistic Text-to-Image Synthesis
https://pixart-alpha.github.io/
They have train scripts here : https://github.com/PixArt-alpha/PixArt-…
-
I'm trying to use controlnet in the img2img-inpainting task:
```
unit1 = webuiapi.ControlNetUnit(input_image=img, module='depth', model='control_sd15_depth [fef5e48e]')
result2 = api.img2img(imag…